#167CF8
A medium, vivid blue closely aligning with Royalblue.
About #167CF8
When working with digital screens, the color #167CF8 is rendered by mixing light. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 22 red, 124 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 50% Magenta, 0% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#167CF8
RGB22, 124, 248
HSL212.9°, 94.2%, 52.9%
CMYK91%, 50%, 0%, 3%
HSV212.9°, 91.1%, 97.3%
LAB53.3, 19.2, -69.3
XYZ24.5, 21.4, 91.6
Decimal1473784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #167CF8;
}
.text-color {
color: #167CF8;
}
.border-color {
border: 2px solid #167CF8;
}