Azure Hex Code — #007FFF

RGB, HSL, and CMYK values for Azure.

Azure Color Values

FormatValue
HEX#007FFF
RGBrgb(0, 127, 255)
HSLhsl(210, 100%, 50%)
CMYKcmyk(100%, 50%, 0%, 0%)
Want to explore more shades? Use our Color Converter

About Azure

Color psychology: Clarity, calm.

Azure (#007FFF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where clarity, calm are desired associations.

How to Use Azure in CSS

/* Using HEX */
color: #007FFF;
background-color: #007FFF;

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

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

Colors That Go With Azure

Complementary

Analogous

Triadic

Similar Shades of Blue

Frequently Asked Questions