#0F33E9
A medium, vivid blue closely aligning with Mediumblue.
About #0F33E9
The precise color #0F33E9 is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. In the RGB color space, it consists of 15 red, 51 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 78% M, 0% Y, and 9% K. With a hue angle of 230.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F33E9
RGB15, 51, 233
HSL230.1°, 87.9%, 48.6%
CMYK94%, 78%, 0%, 9%
HSV230.1°, 93.6%, 91.4%
LAB34.7, 58.0, -91.4
XYZ16.1, 8.4, 77.9
Decimal996329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.86:1
Text on #FFFFFF
AAA
2.67:1
Text on #000000
FAIL
7.52:1
Text on #F8FAFC
AAA
2.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33E9;
}
.text-color {
color: #0F33E9;
}
.border-color {
border: 2px solid #0F33E9;
}