#2C00E2
A medium, vivid blue closely aligning with Mediumblue.
About #2C00E2
When working with digital screens, the color #2C00E2 is rendered by mixing light. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(44, 0, 226).
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 100% Magenta, 0% Yellow, and 11% Black. With a hue angle of 251.7 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#2C00E2
RGB44, 0, 226
HSL251.7°, 100.0%, 44.3%
CMYK81%, 100%, 0%, 11%
HSV251.7°, 100.0%, 88.6%
LAB29.5, 72.8, -96.1
XYZ14.8, 6.0, 72.3
Decimal2883810
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.52:1
Text on #FFFFFF
AAA
2.21:1
Text on #000000
FAIL
9.10:1
Text on #F8FAFC
AAA
1.87:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C00E2;
}
.text-color {
color: #2C00E2;
}
.border-color {
border: 2px solid #2C00E2;
}