#2C7CFF
A medium, vivid blue closely aligning with Royalblue.
About #2C7CFF
The hex code #2C7CFF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(44, 124, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 83% Cyan, 51% Magenta, 0% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C7CFF
RGB44, 124, 255
HSL217.3°, 100.0%, 58.6%
CMYK83%, 51%, 0%, 0%
HSV217.3°, 82.7%, 100.0%
LAB54.2, 23.2, -71.7
XYZ26.3, 22.2, 97.5
Decimal2915583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.86:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C7CFF;
}
.text-color {
color: #2C7CFF;
}
.border-color {
border: 2px solid #2C7CFF;
}