#502CE2
A medium, vivid blue closely aligning with Mediumblue.
About #502CE2
The hex code #502CE2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. In the RGB color space, it consists of 80 red, 44 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 65% C, 81% M, 0% Y, and 11% K. The HSL representation is 251.9° hue, 75.8% saturation, and 52.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#502CE2
RGB80, 44, 226
HSL251.9°, 75.8%, 52.9%
CMYK65%, 81%, 0%, 11%
HSV251.9°, 80.5%, 88.6%
LAB36.0, 62.7, -85.2
XYZ17.9, 9.0, 72.7
Decimal5254370
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.50:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.17:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502CE2;
}
.text-color {
color: #502CE2;
}
.border-color {
border: 2px solid #502CE2;
}