Blue Hex Code — #0000FF

RGB, HSL, and CMYK values for Blue.

Blue Color Values

FormatValue
HEX#0000FF
RGBrgb(0, 0, 255)
HSLhsl(240, 100%, 50%)
CMYKcmyk(100%, 100%, 0%, 0%)
Want to explore more shades? Use our Color Converter

About Blue

Color psychology: Trust, loyalty, wisdom.

Blue (#0000FF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where trust, loyalty, wisdom are desired associations.

How to Use Blue in CSS

/* Using HEX */
color: #0000FF;
background-color: #0000FF;

/* Using RGB */
color: rgb(0, 0, 255);

/* Using HSL */
color: hsl(240, 100%, 50%);

Colors That Go With Blue

Complementary

Analogous

Triadic

Similar Shades of Blue

Frequently Asked Questions