#330FD3
A medium, vivid blue closely aligning with Mediumblue.
About #330FD3
The hex code #330FD3 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 15, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 76% Cyan, 93% Magenta, 0% Yellow, and 17% Black. With a hue angle of 251.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330FD3
RGB51, 15, 211
HSL251.0°, 86.7%, 44.3%
CMYK76%, 93%, 0%, 17%
HSV251.0°, 92.9%, 82.7%
LAB28.8, 66.6, -88.6
XYZ13.3, 5.7, 62.0
Decimal3346387
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.77:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.34:1
Text on #F8FAFC
AAA
1.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FD3;
}
.text-color {
color: #330FD3;
}
.border-color {
border: 2px solid #330FD3;
}