#1607F0
A medium, vivid blue closely aligning with Blue.
About #1607F0
Visually, #1607F0 is defined as a vivid blue. 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 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 91% Cyan, 97% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1607F0
RGB22, 7, 240
HSL243.9°, 94.3%, 48.4%
CMYK91%, 97%, 0%, 6%
HSV243.9°, 97.1%, 94.1%
LAB30.9, 74.6, -101.7
XYZ16.1, 6.6, 82.9
Decimal1443824
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.04:1
Text on #FFFFFF
AAA
2.32:1
Text on #000000
FAIL
8.64:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607F0;
}
.text-color {
color: #1607F0;
}
.border-color {
border: 2px solid #1607F0;
}