Shades of Medium Blue #050ED5
Tints of Medium Blue #050ED5
RGB
CMYK
RGB Variations
Color information
#050ED5 (or 0x050ED5) is known color: Medium Blue. HEX triplet: 05, 0E and D5. RGB value is (5,14,213). Sum of RGB (Red+Green+Blue) = 5+14+213=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 213 (83.59% from 255 or 91.81% from 232); Max value from RGB is 213 - color contains mainly: blue. Hex color #050ED5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ED5 is #FAF12A. Grayscale: #212121. Windows color (decimal): -16445739 or 13962757. OLE color: 13962757.
HSL color Cylindrical-coordinate representation of color #050ED5: hue angle of 237.4º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ED5 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 14 | 213 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.16 |
| HSL | 237.4º | 0.95% | 0.43% | - |
| HSV(B) | 237.4º | 0.98% | 0.84% | - |
| XYZ | 12.23 | 5.15 | 63.3 | - |
| YUV | 34 | 229.02 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 213 | 0.98 | 0.93 | 0 | 0.16 | 237.4 | 0.95 | 0.43 |
| Hex | 5 | E | D5 | 62 | 5D | 0 | 10 | ED | 5F | 2B |
| Octal | 5 | 16 | 325 | 142 | 135 | 0 | 20 | 355 | 137 | 53 |
| Binary | 101 | 1110 | 11010101 | 1100010 | 1011101 | 0 | 10000 | 11101101 | 1011111 | 101011 |
Color Harmonies of #050ED5
Complementary color
Monochromatic Colors of #050ED5
Black with #050ED5
Text Example
Text Example
White with #050ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ED5; }
p { color: rgb(5,14,213); }
H1.HeaderClassName
{
color: #050ED5;
}
.AnyTagClassName
{
color: #050ED5;
}
</style>
background-color css
<style>
a { background-color: #050ED5; }
a { background-color: rgb(5,14,213); }
div.DivClassName
{
background-color: #050ED5;
}
.BgClassName
{
background-color: #050ED5;
}
</style>
border-color css
<style>
span { border-color: #050ED5; }
span { border-color: rgb(5,14,213); }
td.TdClassName
{
border-color: #050ED5;
}
.TagClassName
{
border-color: #050ED5;
}
</style>