#241DCC
A medium, vivid blue closely aligning with Mediumblue.
About #241DCC
At its core, #241DCC is a medium and vivid hue. Designers often compare it to the standard color Mediumblue. Its digital footprint relies on 36 parts red, 29 parts green, and 204 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 82% cyan, 86% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241DCC
RGB36, 29, 204
HSL242.4°, 75.1%, 45.7%
CMYK82%, 86%, 0%, 20%
HSV242.4°, 85.8%, 80.0%
LAB28.4, 59.8, -85.1
XYZ12.1, 5.6, 57.6
Decimal2366924
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.89:1
Text on #FFFFFF
AAA
2.12:1
Text on #000000
FAIL
9.46:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DCC;
}
.text-color {
color: #241DCC;
}
.border-color {
border: 2px solid #241DCC;
}