#2C24E9
A medium, vivid blue closely aligning with Mediumblue.
About #2C24E9
The hex code #2C24E9 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(44, 36, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 81% cyan and 85% magenta inks. With a hue angle of 242.4 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C24E9
RGB44, 36, 233
HSL242.4°, 81.7%, 52.7%
CMYK81%, 85%, 0%, 9%
HSV242.4°, 84.5%, 91.4%
LAB33.3, 65.7, -93.7
XYZ16.4, 7.7, 77.7
Decimal2893033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.28:1
Text on #FFFFFF
AAA
2.54:1
Text on #000000
FAIL
7.91:1
Text on #F8FAFC
AAA
2.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24E9;
}
.text-color {
color: #2C24E9;
}
.border-color {
border: 2px solid #2C24E9;
}