#2C24DB
A medium, vivid blue closely aligning with Mediumblue.
About #2C24DB
Visually, #2C24DB 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 44, 36, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 80% C, 84% M, 0% Y, and 14% K. With a hue angle of 242.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C24DB
RGB44, 36, 219
HSL242.6°, 71.8%, 50.0%
CMYK80%, 84%, 0%, 14%
HSV242.6°, 83.6%, 85.9%
LAB31.6, 61.7, -88.5
XYZ14.5, 6.9, 67.6
Decimal2893019
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.81:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C24DB;
}
.text-color {
color: #2C24DB;
}
.border-color {
border: 2px solid #2C24DB;
}