Shades of Medium Blue #070AD0
Tints of Medium Blue #070AD0
RGB
CMYK
RGB Variations
Color information
#070AD0 (or 0x070AD0) is known color: Medium Blue. HEX triplet: 07, 0A and D0. RGB value is (7,10,208). Sum of RGB (Red+Green+Blue) = 7+10+208=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 208 (81.64% from 255 or 92.44% from 225); Max value from RGB is 208 - color contains mainly: blue. Hex color #070AD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070AD0 is #F8F52F. Grayscale: #1E1E1E. Windows color (decimal): -16315696 or 13634055. OLE color: 13634055.
HSL color Cylindrical-coordinate representation of color #070AD0: hue angle of 239.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070AD0 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 10 | 208 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.18 |
| HSL | 239.1º | 0.93% | 0.42% | - |
| HSV(B) | 239.1º | 0.97% | 0.82% | - |
| XYZ | 11.58 | 4.82 | 59.99 | - |
| YUV | 31.68 | 227.51 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 208 | 0.97 | 0.95 | 0 | 0.18 | 239.1 | 0.93 | 0.42 |
| Hex | 7 | A | D0 | 61 | 5F | 0 | 12 | EF | 5D | 2A |
| Octal | 7 | 12 | 320 | 141 | 137 | 0 | 22 | 357 | 135 | 52 |
| Binary | 111 | 1010 | 11010000 | 1100001 | 1011111 | 0 | 10010 | 11101111 | 1011101 | 101010 |
Color Harmonies of #070AD0
Complementary color
Monochromatic Colors of #070AD0
Black with #070AD0
Text Example
Text Example
White with #070AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070AD0; }
p { color: rgb(7,10,208); }
H1.HeaderClassName
{
color: #070AD0;
}
.AnyTagClassName
{
color: #070AD0;
}
</style>
background-color css
<style>
a { background-color: #070AD0; }
a { background-color: rgb(7,10,208); }
div.DivClassName
{
background-color: #070AD0;
}
.BgClassName
{
background-color: #070AD0;
}
</style>
border-color css
<style>
span { border-color: #070AD0; }
span { border-color: rgb(7,10,208); }
td.TdClassName
{
border-color: #070AD0;
}
.TagClassName
{
border-color: #070AD0;
}
</style>