#1607BD
A dark, vivid blue closely aligning with Mediumblue.
About #1607BD
Visually, #1607BD is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 22 red, 7 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 88% cyan and 96% magenta inks. With a hue angle of 244.9 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1607BD
RGB22, 7, 189
HSL244.9°, 92.9%, 38.4%
CMYK88%, 96%, 0%, 26%
HSV244.9°, 96.3%, 74.1%
LAB23.7, 61.8, -84.3
XYZ9.6, 4.0, 48.4
Decimal1443773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.67:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.15:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607BD;
}
.text-color {
color: #1607BD;
}
.border-color {
border: 2px solid #1607BD;
}