#1607F8
A medium, vivid blue closely aligning with Blue.
About #1607F8
When working with digital screens, the color #1607F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 22 red, 7 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 91% C, 97% M, 0% Y, and 3% K. With a hue angle of 243.7 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1607F8
RGB22, 7, 248
HSL243.7°, 94.5%, 50.0%
CMYK91%, 97%, 0%, 3%
HSV243.7°, 97.2%, 97.3%
LAB32.0, 76.6, -104.4
XYZ17.4, 7.1, 89.3
Decimal1443832
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.68:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.29:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607F8;
}
.text-color {
color: #1607F8;
}
.border-color {
border: 2px solid #1607F8;
}