#1624C5
A medium, vivid blue closely aligning with Mediumblue.
About #1624C5
At its core, #1624C5 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(22, 36, 197).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 89% cyan, 82% magenta, 0% yellow, and 23% black. The HSL representation is 235.2° hue, 79.9% saturation, and 42.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1624C5
RGB22, 36, 197
HSL235.2°, 79.9%, 42.9%
CMYK89%, 82%, 0%, 23%
HSV235.2°, 88.8%, 77.3%
LAB28.0, 54.2, -81.7
XYZ11.0, 5.5, 53.3
Decimal1451205
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.03:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.59:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1624C5;
}
.text-color {
color: #1624C5;
}
.border-color {
border: 2px solid #1624C5;
}