#167CD3
A medium, vivid blue closely aligning with Cornflowerblue.
About #167CD3
The hex code #167CD3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(22, 124, 211).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 90% C, 41% M, 0% Y, and 17% K. With a hue angle of 207.6 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#167CD3
RGB22, 124, 211
HSL207.6°, 81.1%, 45.7%
CMYK90%, 41%, 0%, 17%
HSV207.6°, 89.6%, 82.7%
LAB51.0, 5.0, -52.3
XYZ19.3, 19.3, 64.3
Decimal1473747
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167CD3;
}
.text-color {
color: #167CD3;
}
.border-color {
border: 2px solid #167CD3;
}