Shades of Medium Blue #070BC8
Tints of Medium Blue #070BC8
RGB
CMYK
RGB Variations
Color information
#070BC8 (or 0x070BC8) is known color: Medium Blue. HEX triplet: 07, 0B and C8. RGB value is (7,11,200). Sum of RGB (Red+Green+Blue) = 7+11+200=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 200 (78.52% from 255 or 91.74% from 218); Max value from RGB is 200 - color contains mainly: blue. Hex color #070BC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BC8 is #F8F437. Grayscale: #1E1E1E. Windows color (decimal): -16315448 or 13110023. OLE color: 13110023.
HSL color Cylindrical-coordinate representation of color #070BC8: hue angle of 238.76º 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 #070BC8 is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 11 | 200 | - |
| CMYK | 0.96 | 0.94 | 0 | 0.22 |
| HSL | 238.76º | 0.93% | 0.41% | - |
| HSV(B) | 238.76º | 0.97% | 0.78% | - |
| XYZ | 10.63 | 4.45 | 54.94 | - |
| YUV | 31.35 | 223.17 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 200 | 0.96 | 0.94 | 0 | 0.22 | 238.76 | 0.93 | 0.41 |
| Hex | 7 | B | C8 | 60 | 5E | 0 | 16 | EF | 5D | 29 |
| Octal | 7 | 13 | 310 | 140 | 136 | 0 | 26 | 357 | 135 | 51 |
| Binary | 111 | 1011 | 11001000 | 1100000 | 1011110 | 0 | 10110 | 11101111 | 1011101 | 101001 |
Color Harmonies of #070BC8
Complementary color
Monochromatic Colors of #070BC8
Black with #070BC8
Text Example
Text Example
White with #070BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070BC8; }
p { color: rgb(7,11,200); }
H1.HeaderClassName
{
color: #070BC8;
}
.AnyTagClassName
{
color: #070BC8;
}
</style>
background-color css
<style>
a { background-color: #070BC8; }
a { background-color: rgb(7,11,200); }
div.DivClassName
{
background-color: #070BC8;
}
.BgClassName
{
background-color: #070BC8;
}
</style>
border-color css
<style>
span { border-color: #070BC8; }
span { border-color: rgb(7,11,200); }
td.TdClassName
{
border-color: #070BC8;
}
.TagClassName
{
border-color: #070BC8;
}
</style>