#2C50D3
A medium, moderate blue closely aligning with Royalblue.
About #2C50D3
Visually, #2C50D3 is defined as a moderate blue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 44 red, 80 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 79% C, 62% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#2C50D3
RGB44, 80, 211
HSL227.1°, 65.5%, 50.0%
CMYK79%, 62%, 0%, 17%
HSV227.1°, 79.1%, 82.7%
LAB39.5, 34.7, -70.8
XYZ15.7, 11.0, 62.9
Decimal2904275
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C50D3;
}
.text-color {
color: #2C50D3;
}
.border-color {
border: 2px solid #2C50D3;
}