Shades of Medium Blue #051ECC
Tints of Medium Blue #051ECC
RGB
CMYK
RGB Variations
Color information
#051ECC (or 0x051ECC) is known color: Medium Blue. HEX triplet: 05, 1E and CC. RGB value is (5,30,204). Sum of RGB (Red+Green+Blue) = 5+30+204=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #051ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ECC is #FAE133. Grayscale: #292929. Windows color (decimal): -16441652 or 13377029. OLE color: 13377029.
HSL color Cylindrical-coordinate representation of color #051ECC: hue angle of 232.46º 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 #051ECC is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 5 | 30 | 204 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.2 |
| HSL | 232.46º | 0.95% | 0.41% | - |
| HSV(B) | 232.46º | 0.98% | 0.8% | - |
| XYZ | 11.43 | 5.32 | 57.55 | - |
| YUV | 42.36 | 219.22 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 204 | 0.98 | 0.85 | 0 | 0.2 | 232.46 | 0.95 | 0.41 |
| Hex | 5 | 1E | CC | 62 | 55 | 0 | 14 | E8 | 5F | 29 |
| Octal | 5 | 36 | 314 | 142 | 125 | 0 | 24 | 350 | 137 | 51 |
| Binary | 101 | 11110 | 11001100 | 1100010 | 1010101 | 0 | 10100 | 11101000 | 1011111 | 101001 |
Color Harmonies of #051ECC
Complementary color
Monochromatic Colors of #051ECC
Black with #051ECC
Text Example
Text Example
White with #051ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051ECC; }
p { color: rgb(5,30,204); }
H1.HeaderClassName
{
color: #051ECC;
}
.AnyTagClassName
{
color: #051ECC;
}
</style>
background-color css
<style>
a { background-color: #051ECC; }
a { background-color: rgb(5,30,204); }
div.DivClassName
{
background-color: #051ECC;
}
.BgClassName
{
background-color: #051ECC;
}
</style>
border-color css
<style>
span { border-color: #051ECC; }
span { border-color: rgb(5,30,204); }
td.TdClassName
{
border-color: #051ECC;
}
.TagClassName
{
border-color: #051ECC;
}
</style>