#1607C5
A medium, vivid blue closely aligning with Mediumblue.
About #1607C5
At its core, #1607C5 is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 22 red, 7 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 89% cyan and 96% magenta inks. With a hue angle of 244.7 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1607C5
RGB22, 7, 197
HSL244.7°, 93.1%, 40.0%
CMYK89%, 96%, 0%, 23%
HSV244.7°, 96.4%, 77.3%
LAB24.8, 63.9, -87.1
XYZ10.5, 4.4, 53.1
Decimal1443781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.23:1
Text on #FFFFFF
AAA
1.87:1
Text on #000000
FAIL
10.73:1
Text on #F8FAFC
AAA
1.59:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607C5;
}
.text-color {
color: #1607C5;
}
.border-color {
border: 2px solid #1607C5;
}