blue

#0000FF

blue

Color Values

HEX
#0000FF
RGB
rgb(0, 0, 255)
R
0
G
0
B
255
HSL
hsl(240, 100%, 50%)
HSV
hsv(240, 100%, 100%)

Contrast Ratios

vs White8.59:1
vs Black2.44:1
Best text color: White

Complementary

#0000FF
#ffff00

Analogous

#7f00ff
#0000FF
#007fff

Triadic

#0000FF
#ff0000
#00ff00

Tints & Shades

Tints (Lighter)

Shades (Darker)

Usage Examples

CSS

color: blue;
color: #0000FF;

RGB

color: rgb(0, 0, 255);

HSL

color: hsl(240, 100%, 50%);