#1607CC
A medium, vivid blue closely aligning with Mediumblue.
About #1607CC
Visually, #1607CC is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 22 parts red, 7 parts green, and 204 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 89% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1607CC
RGB22, 7, 204
HSL244.6°, 93.4%, 41.4%
CMYK89%, 97%, 0%, 20%
HSV244.6°, 96.6%, 80.0%
LAB25.8, 65.7, -89.5
XYZ11.3, 4.7, 57.4
Decimal1443788
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.84:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.37:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1607CC;
}
.text-color {
color: #1607CC;
}
.border-color {
border: 2px solid #1607CC;
}