#330FDB
A medium, vivid blue closely aligning with Mediumblue.
About #330FDB
When working with digital screens, the color #330FDB is rendered by mixing light. Its closest recognized web color is Mediumblue. Its digital footprint relies on 51 parts red, 15 parts green, and 219 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 77% C, 93% M, 0% Y, and 14% K. The HSL representation is 250.6° hue, 87.2% saturation, and 45.9% lightness.
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#330FDB
RGB51, 15, 219
HSL250.6°, 87.2%, 45.9%
CMYK77%, 93%, 0%, 14%
HSV250.6°, 93.2%, 85.9%
LAB29.8, 68.6, -91.5
XYZ14.3, 6.2, 67.5
Decimal3346395
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.41:1
Text on #FFFFFF
AAA
2.23:1
Text on #000000
FAIL
8.99:1
Text on #F8FAFC
AAA
1.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330FDB;
}
.text-color {
color: #330FDB;
}
.border-color {
border: 2px solid #330FDB;
}