#1666F8
A medium, vivid blue closely aligning with Royalblue.
About #1666F8
Visually, #1666F8 is defined as a vivid blue. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(22, 102, 248).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 59% magenta inks. With a hue angle of 218.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF 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#1666F8
RGB22, 102, 248
HSL218.8°, 94.2%, 52.9%
CMYK91%, 59%, 0%, 3%
HSV218.8°, 91.1%, 97.3%
LAB47.6, 33.1, -78.7
XYZ22.0, 16.5, 90.8
Decimal1468152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.89:1
Text on #FFFFFF
AA
4.29:1
Text on #000000
AA Large
4.68:1
Text on #F8FAFC
AA
3.65:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1666F8;
}
.text-color {
color: #1666F8;
}
.border-color {
border: 2px solid #1666F8;
}