#5033F0
A medium, vivid blue closely aligning with Mediumblue.
About #5033F0
When working with digital screens, the color #5033F0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 80, 51, and 240.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 67% cyan and 79% magenta inks. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5033F0
RGB80, 51, 240
HSL249.2°, 86.3%, 57.1%
CMYK67%, 79%, 0%, 6%
HSV249.2°, 78.8%, 94.1%
LAB38.5, 63.6, -89.0
XYZ20.2, 10.4, 83.4
Decimal5256176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.83:1
Text on #FFFFFF
AA
3.07:1
Text on #000000
AA Large
6.53:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5033F0;
}
.text-color {
color: #5033F0;
}
.border-color {
border: 2px solid #5033F0;
}