#168AFF
A medium, vivid blue closely aligning with Dodgerblue.
About #168AFF
When working with digital screens, the color #168AFF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(22, 138, 255).
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 46% Magenta, 0% Yellow, and 0% Black. With a hue angle of 210.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#168AFF
RGB22, 138, 255
HSL210.1°, 100.0%, 54.3%
CMYK91%, 46%, 0%, 0%
HSV210.1°, 91.4%, 100.0%
LAB57.6, 13.2, -66.2
XYZ27.5, 25.6, 98.1
Decimal1477375
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #168AFF;
}
.text-color {
color: #168AFF;
}
.border-color {
border: 2px solid #168AFF;
}