#167CE9
A medium, vivid blue closely aligning with Dodgerblue.
About #167CE9
The precise color #167CE9 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(22, 124, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 91% C, 47% M, 0% Y, and 9% K. With a hue angle of 211.0 degrees, it sits comfortably in the blue spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#167CE9
RGB22, 124, 233
HSL211.0°, 82.7%, 50.0%
CMYK91%, 47%, 0%, 9%
HSV211.0°, 90.6%, 91.4%
LAB52.4, 13.5, -62.5
XYZ22.2, 20.5, 79.9
Decimal1473769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167CE9;
}
.text-color {
color: #167CE9;
}
.border-color {
border: 2px solid #167CE9;
}