Shades of Medium Blue #070EC8
Tints of Medium Blue #070EC8
RGB
CMYK
RGB Variations
Color information
#070EC8 (or 0x070EC8) is known color: Medium Blue. HEX triplet: 07, 0E and C8. RGB value is (7,14,200). Sum of RGB (Red+Green+Blue) = 7+14+200=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 200 (78.52% from 255 or 90.50% from 221); Max value from RGB is 200 - color contains mainly: blue. Hex color #070EC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EC8 is #F8F137. Grayscale: #202020. Windows color (decimal): -16314680 or 13110791. OLE color: 13110791.
HSL color Cylindrical-coordinate representation of color #070EC8: hue angle of 237.82º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070EC8 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 14 | 200 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.22 |
| HSL | 237.82º | 0.93% | 0.41% | - |
| HSV(B) | 237.82º | 0.97% | 0.78% | - |
| XYZ | 10.67 | 4.53 | 54.96 | - |
| YUV | 33.11 | 222.18 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 200 | 0.96 | 0.93 | 0 | 0.22 | 237.82 | 0.93 | 0.41 |
| Hex | 7 | E | C8 | 60 | 5D | 0 | 16 | EE | 5D | 29 |
| Octal | 7 | 16 | 310 | 140 | 135 | 0 | 26 | 356 | 135 | 51 |
| Binary | 111 | 1110 | 11001000 | 1100000 | 1011101 | 0 | 10110 | 11101110 | 1011101 | 101001 |
Color Harmonies of #070EC8
Complementary color
Monochromatic Colors of #070EC8
Black with #070EC8
Text Example
Text Example
White with #070EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EC8; }
p { color: rgb(7,14,200); }
H1.HeaderClassName
{
color: #070EC8;
}
.AnyTagClassName
{
color: #070EC8;
}
</style>
background-color css
<style>
a { background-color: #070EC8; }
a { background-color: rgb(7,14,200); }
div.DivClassName
{
background-color: #070EC8;
}
.BgClassName
{
background-color: #070EC8;
}
</style>
border-color css
<style>
span { border-color: #070EC8; }
span { border-color: rgb(7,14,200); }
td.TdClassName
{
border-color: #070EC8;
}
.TagClassName
{
border-color: #070EC8;
}
</style>