#1D24C5
A medium, vivid blue closely aligning with Mediumblue.
About #1D24C5
Visually, #1D24C5 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 36, and 197.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 85% cyan, 82% magenta, 0% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D24C5
RGB29, 36, 197
HSL237.5°, 74.3%, 44.3%
CMYK85%, 82%, 0%, 23%
HSV237.5°, 85.3%, 77.3%
LAB28.3, 54.5, -81.3
XYZ11.2, 5.6, 53.3
Decimal1909957
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.95:1
Text on #FFFFFF
AAA
2.11:1
Text on #000000
FAIL
9.51:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D24C5;
}
.text-color {
color: #1D24C5;
}
.border-color {
border: 2px solid #1D24C5;
}