#2C57CC
A medium, moderate blue closely aligning with Royalblue.
About #2C57CC
Visually, #2C57CC is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 87, and 204.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 78% C, 57% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C57CC
RGB44, 87, 204
HSL223.9°, 64.5%, 48.6%
CMYK78%, 57%, 0%, 20%
HSV223.9°, 78.4%, 80.0%
LAB40.8, 27.6, -64.8
XYZ15.3, 11.7, 58.6
Decimal2906060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.28:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C57CC;
}
.text-color {
color: #2C57CC;
}
.border-color {
border: 2px solid #2C57CC;
}