Shades of Medium Blue #050ECB
Tints of Medium Blue #050ECB
RGB
CMYK
RGB Variations
Color information
#050ECB (or 0x050ECB) is known color: Medium Blue. HEX triplet: 05, 0E and CB. RGB value is (5,14,203). Sum of RGB (Red+Green+Blue) = 5+14+203=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 203 (79.69% from 255 or 91.44% from 222); Max value from RGB is 203 - color contains mainly: blue. Hex color #050ECB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECB is #FAF134. Grayscale: #202020. Windows color (decimal): -16445749 or 13307397. OLE color: 13307397.
HSL color Cylindrical-coordinate representation of color #050ECB: hue angle of 237.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ECB is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 14 | 203 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.20 |
| HSL | 237.27º | 0.95% | 0.41% | - |
| HSV(B) | 237.27º | 0.98% | 0.8% | - |
| XYZ | 11 | 4.66 | 56.82 | - |
| YUV | 32.86 | 224.02 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 14 | 203 | 0.98 | 0.93 | 0 | 0.20 | 237.27 | 0.95 | 0.41 |
| Hex | 5 | E | CB | 62 | 5D | 0 | 14 | ED | 5F | 29 |
| Octal | 5 | 16 | 313 | 142 | 135 | 0 | 24 | 355 | 137 | 51 |
| Binary | 101 | 1110 | 11001011 | 1100010 | 1011101 | 0 | 10100 | 11101101 | 1011111 | 101001 |
Color Harmonies of #050ECB
Complementary color
Monochromatic Colors of #050ECB
Black with #050ECB
Text Example
Text Example
White with #050ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050ECB; }
p { color: rgb(5,14,203); }
H1.HeaderClassName
{
color: #050ECB;
}
.AnyTagClassName
{
color: #050ECB;
}
</style>
background-color css
<style>
a { background-color: #050ECB; }
a { background-color: rgb(5,14,203); }
div.DivClassName
{
background-color: #050ECB;
}
.BgClassName
{
background-color: #050ECB;
}
</style>
border-color css
<style>
span { border-color: #050ECB; }
span { border-color: rgb(5,14,203); }
td.TdClassName
{
border-color: #050ECB;
}
.TagClassName
{
border-color: #050ECB;
}
</style>