#2C5FC5
A medium, moderate blue closely aligning with Royalblue.
About #2C5FC5
Visually, #2C5FC5 is defined as a moderate blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(44, 95, 197).
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 52% magenta inks. The HSL representation is 220.0° hue, 63.5% saturation, and 47.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C5FC5
RGB44, 95, 197
HSL220.0°, 63.5%, 47.3%
CMYK78%, 52%, 0%, 23%
HSV220.0°, 77.7%, 77.3%
LAB42.4, 19.8, -58.1
XYZ15.2, 12.8, 54.5
Decimal2908101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.92:1
Text on #FFFFFF
AA
3.55:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C5FC5;
}
.text-color {
color: #2C5FC5;
}
.border-color {
border: 2px solid #2C5FC5;
}