#2400CC
A medium, vivid blue closely aligning with Mediumblue.
About #2400CC
Visually, #2400CC is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 0, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 82% C, 100% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2400CC
RGB36, 0, 204
HSL250.6°, 100.0%, 40.0%
CMYK82%, 100%, 0%, 20%
HSV250.6°, 100.0%, 80.0%
LAB26.0, 67.3, -89.2
XYZ11.6, 4.7, 57.4
Decimal2359500
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.79:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.31:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2400CC;
}
.text-color {
color: #2400CC;
}
.border-color {
border: 2px solid #2400CC;
}