#050BBE
A dark, vivid blue closely aligning with Mediumblue.
About #050BBE
The hex code #050BBE represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 5 red, 11 green, and 190 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 94% Magenta, 0% Yellow, and 25% Black. The HSL representation is 238.1° hue, 94.9% saturation, and 38.2% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#050BBE
RGB5, 11, 190
HSL238.1°, 94.9%, 38.2%
CMYK97%, 94%, 0%, 25%
HSV238.1°, 97.4%, 74.5%
LAB23.6, 61.0, -84.9
XYZ9.5, 4.0, 49.0
Decimal330686
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.68:1
Text on #FFFFFF
AAA
1.80:1
Text on #000000
FAIL
11.16:1
Text on #F8FAFC
AAA
1.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #050BBE;
}
.text-color {
color: #050BBE;
}
.border-color {
border: 2px solid #050BBE;
}