#501DF0
A medium, vivid blue closely aligning with Mediumblue.
About #501DF0
Visually, #501DF0 is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 80 red, 29 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 67% cyan and 88% magenta inks. With a hue angle of 254.5 degrees, it sits comfortably in the blue spectrum.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#501DF0
RGB80, 29, 240
HSL254.5°, 87.6%, 52.7%
CMYK67%, 88%, 0%, 6%
HSV254.5°, 87.9%, 94.1%
LAB35.7, 71.7, -93.6
XYZ19.5, 8.9, 83.1
Decimal5250544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501DF0;
}
.text-color {
color: #501DF0;
}
.border-color {
border: 2px solid #501DF0;
}