#2C50B6
A medium, moderate blue closely aligning with Royalblue.
About #2C50B6
When working with digital screens, the color #2C50B6 is rendered by mixing light. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 44 red, 80 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 76% C, 56% M, 0% Y, and 29% K. The HSL representation is 224.3° hue, 61.1% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. 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#2C50B6
RGB44, 80, 182
HSL224.3°, 61.1%, 44.3%
CMYK76%, 56%, 0%, 29%
HSV224.3°, 75.8%, 71.4%
LAB37.2, 23.9, -57.8
XYZ12.4, 9.7, 45.5
Decimal2904246
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.17:1
Text on #FFFFFF
AAA
2.93:1
Text on #000000
FAIL
6.85:1
Text on #F8FAFC
AA
2.49:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C50B6;
}
.text-color {
color: #2C50B6;
}
.border-color {
border: 2px solid #2C50B6;
}