#2C0FDB
A medium, vivid blue closely aligning with Mediumblue.
About #2C0FDB
Visually, #2C0FDB is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 15, and 219.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 80% C, 93% M, 0% Y, and 14% K. The HSL representation is 248.5° hue, 87.2% saturation, and 45.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C0FDB
RGB44, 15, 219
HSL248.5°, 87.2%, 45.9%
CMYK80%, 93%, 0%, 14%
HSV248.5°, 93.2%, 85.9%
LAB29.4, 68.4, -92.2
XYZ14.0, 6.0, 67.4
Decimal2887643
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.55:1
Text on #FFFFFF
AAA
2.20:1
Text on #000000
FAIL
9.13:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0FDB;
}
.text-color {
color: #2C0FDB;
}
.border-color {
border: 2px solid #2C0FDB;
}