#2C5FD3
A medium, moderate blue closely aligning with Royalblue.
About #2C5FD3
When working with digital screens, the color #2C5FD3 is rendered by mixing light. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(44, 95, 211).
For print applications, it's crucial to understand its CMYK makeup. The color uses 79% Cyan, 55% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C5FD3
RGB44, 95, 211
HSL221.7°, 65.5%, 50.0%
CMYK79%, 55%, 0%, 17%
HSV221.7°, 79.1%, 82.7%
LAB43.4, 25.1, -64.5
XYZ16.9, 13.4, 63.3
Decimal2908115
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C5FD3;
}
.text-color {
color: #2C5FD3;
}
.border-color {
border: 2px solid #2C5FD3;
}