Shades of Medium Blue #051EC8
Tints of Medium Blue #051EC8
RGB
CMYK
RGB Variations
Color information
#051EC8 (or 0x051EC8) is known color: Medium Blue. HEX triplet: 05, 1E and C8. RGB value is (5,30,200). Sum of RGB (Red+Green+Blue) = 5+30+200=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 200 (78.52% from 255 or 85.11% from 235); Max value from RGB is 200 - color contains mainly: blue. Hex color #051EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EC8 is #FAE137. Grayscale: #292929. Windows color (decimal): -16441656 or 13114885. OLE color: 13114885.
HSL color Cylindrical-coordinate representation of color #051EC8: hue angle of 232.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #051EC8 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 30 | 200 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.22 |
| HSL | 232.31º | 0.95% | 0.4% | - |
| HSV(B) | 232.31º | 0.98% | 0.78% | - |
| XYZ | 10.95 | 5.13 | 55.06 | - |
| YUV | 41.91 | 217.22 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 200 | 0.98 | 0.85 | 0 | 0.22 | 232.31 | 0.95 | 0.4 |
| Hex | 5 | 1E | C8 | 62 | 55 | 0 | 16 | E8 | 5F | 28 |
| Octal | 5 | 36 | 310 | 142 | 125 | 0 | 26 | 350 | 137 | 50 |
| Binary | 101 | 11110 | 11001000 | 1100010 | 1010101 | 0 | 10110 | 11101000 | 1011111 | 101000 |
Color Harmonies of #051EC8
Complementary color
Monochromatic Colors of #051EC8
Black with #051EC8
Text Example
Text Example
White with #051EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051EC8; }
p { color: rgb(5,30,200); }
H1.HeaderClassName
{
color: #051EC8;
}
.AnyTagClassName
{
color: #051EC8;
}
</style>
background-color css
<style>
a { background-color: #051EC8; }
a { background-color: rgb(5,30,200); }
div.DivClassName
{
background-color: #051EC8;
}
.BgClassName
{
background-color: #051EC8;
}
</style>
border-color css
<style>
span { border-color: #051EC8; }
span { border-color: rgb(5,30,200); }
td.TdClassName
{
border-color: #051EC8;
}
.TagClassName
{
border-color: #051EC8;
}
</style>