#033EED
A medium, vivid blue closely aligning with Mediumblue.
About #033EED
When working with digital screens, the color #033EED is rendered by mixing light. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 3, 62, and 237.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 99% cyan, 74% magenta, 0% yellow, and 7% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#033EED
RGB3, 62, 237
HSL224.9°, 97.5%, 47.1%
CMYK99%, 74%, 0%, 7%
HSV224.9°, 98.7%, 92.9%
LAB37.1, 53.2, -89.8
XYZ17.0, 9.6, 81.1
Decimal212717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #033EED;
}
.text-color {
color: #033EED;
}
.border-color {
border: 2px solid #033EED;
}