#1607FF
A medium, vivid blue closely aligning with Blue.
About #1607FF
At its core, #1607FF is a medium and vivid hue. Its closest recognized web color is Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 7, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 91% cyan and 97% magenta inks. The HSL representation is 243.6° hue, 100.0% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1607FF
RGB22, 7, 255
HSL243.6°, 100.0%, 51.4%
CMYK91%, 97%, 0%, 0%
HSV243.6°, 97.3%, 100.0%
LAB33.0, 78.3, -106.7
XYZ18.5, 7.5, 95.1
Decimal1443839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.37:1
Text on #FFFFFF
AAA
2.51:1
Text on #000000
FAIL
8.00:1
Text on #F8FAFC
AAA
2.13:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607FF;
}
.text-color {
color: #1607FF;
}
.border-color {
border: 2px solid #1607FF;
}