#2C92CC
A medium, moderate blue closely aligning with Steelblue.
About #2C92CC
The hex code #2C92CC represents a beautifully specific shade of blue. Its closest recognized web color is Steelblue. This translates to an RGB value of rgb(44, 146, 204).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 78% C, 28% M, 0% Y, and 20% K. The HSL representation is 201.8° hue, 64.5% saturation, and 48.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C92CC
RGB44, 146, 204
HSL201.8°, 64.5%, 48.6%
CMYK78%, 28%, 0%, 20%
HSV201.8°, 78.4%, 80.0%
LAB57.5, -8.9, -38.0
XYZ22.2, 25.5, 60.9
Decimal2921164
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.09:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C92CC;
}
.text-color {
color: #2C92CC;
}
.border-color {
border: 2px solid #2C92CC;
}