#2C50CC
A medium, moderate blue closely aligning with Royalblue.
About #2C50CC
At its core, #2C50CC is a medium and moderate hue. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 44 red, 80 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 78% cyan and 61% magenta inks. The HSL representation is 226.5° hue, 64.5% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. 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#2C50CC
RGB44, 80, 204
HSL226.5°, 64.5%, 48.6%
CMYK78%, 61%, 0%, 20%
HSV226.5°, 78.4%, 80.0%
LAB39.0, 32.2, -67.7
XYZ14.8, 10.6, 58.4
Decimal2904268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.13:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C50CC;
}
.text-color {
color: #2C50CC;
}
.border-color {
border: 2px solid #2C50CC;
}