Shades of Medium Blue #050EC6
Tints of Medium Blue #050EC6
RGB
CMYK
RGB Variations
Color information
#050EC6 (or 0x050EC6) is known color: Medium Blue. HEX triplet: 05, 0E and C6. RGB value is (5,14,198). Sum of RGB (Red+Green+Blue) = 5+14+198=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 198 (77.73% from 255 or 91.24% from 217); Max value from RGB is 198 - color contains mainly: blue. Hex color #050EC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050EC6 is #FAF139. Grayscale: #1F1F1F. Windows color (decimal): -16445754 or 12979717. OLE color: 12979717.
HSL color Cylindrical-coordinate representation of color #050EC6: hue angle of 237.2º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050EC6 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 14 | 198 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.22 |
| HSL | 237.2º | 0.95% | 0.4% | - |
| HSV(B) | 237.2º | 0.97% | 0.78% | - |
| XYZ | 10.41 | 4.42 | 53.73 | - |
| YUV | 32.29 | 221.52 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 198 | 0.97 | 0.93 | 0 | 0.22 | 237.2 | 0.95 | 0.4 |
| Hex | 5 | E | C6 | 61 | 5D | 0 | 16 | ED | 5F | 28 |
| Octal | 5 | 16 | 306 | 141 | 135 | 0 | 26 | 355 | 137 | 50 |
| Binary | 101 | 1110 | 11000110 | 1100001 | 1011101 | 0 | 10110 | 11101101 | 1011111 | 101000 |
Color Harmonies of #050EC6
Complementary color
Monochromatic Colors of #050EC6
Black with #050EC6
Text Example
Text Example
White with #050EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050EC6; }
p { color: rgb(5,14,198); }
H1.HeaderClassName
{
color: #050EC6;
}
.AnyTagClassName
{
color: #050EC6;
}
</style>
background-color css
<style>
a { background-color: #050EC6; }
a { background-color: rgb(5,14,198); }
div.DivClassName
{
background-color: #050EC6;
}
.BgClassName
{
background-color: #050EC6;
}
</style>
border-color css
<style>
span { border-color: #050EC6; }
span { border-color: rgb(5,14,198); }
td.TdClassName
{
border-color: #050EC6;
}
.TagClassName
{
border-color: #050EC6;
}
</style>