#2C75E9
A medium, vivid blue closely aligning with Royalblue.
About #2C75E9
Visually, #2C75E9 is defined as a vivid blue. Its closest recognized web color is Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 117, and 233.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 81% cyan, 50% magenta, 0% yellow, and 9% black. With a hue angle of 216.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C75E9
RGB44, 117, 233
HSL216.8°, 81.1%, 54.3%
CMYK81%, 50%, 0%, 9%
HSV216.8°, 81.1%, 91.4%
LAB50.9, 19.3, -64.9
XYZ22.1, 19.1, 79.6
Decimal2913769
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C75E9;
}
.text-color {
color: #2C75E9;
}
.border-color {
border: 2px solid #2C75E9;
}