#1607D3
A medium, vivid blue closely aligning with Mediumblue.
About #1607D3
At its core, #1607D3 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 22 red, 7 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 97% Magenta, 0% Yellow, and 17% Black. The HSL representation is 244.4° hue, 93.6% saturation, and 42.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1607D3
RGB22, 7, 211
HSL244.4°, 93.6%, 42.7%
CMYK90%, 97%, 0%, 17%
HSV244.4°, 96.7%, 82.7%
LAB26.8, 67.5, -91.9
XYZ12.2, 5.0, 62.0
Decimal1443795
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.47:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
10.01:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607D3;
}
.text-color {
color: #1607D3;
}
.border-color {
border: 2px solid #1607D3;
}