#502CF8
A medium, vivid blue closely aligning with Mediumblue.
About #502CF8
The hex code #502CF8 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 80 red, 44 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 68% Cyan, 82% Magenta, 0% Yellow, and 3% Black. With a hue angle of 250.6 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 #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#502CF8
RGB80, 44, 248
HSL250.6°, 93.6%, 57.3%
CMYK68%, 82%, 0%, 3%
HSV250.6°, 82.3%, 97.3%
LAB38.3, 68.7, -93.8
XYZ21.2, 10.3, 89.7
Decimal5254392
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.57:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #502CF8;
}
.text-color {
color: #502CF8;
}
.border-color {
border: 2px solid #502CF8;
}