Shades of Medium Blue #070CE0
Tints of Medium Blue #070CE0
RGB
CMYK
RGB Variations
Color information
#070CE0 (or 0x070CE0) is known color: Medium Blue. HEX triplet: 07, 0C and E0. RGB value is (7,12,224). Sum of RGB (Red+Green+Blue) = 7+12+224=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 224 (87.89% from 255 or 92.18% from 243); Max value from RGB is 224 - color contains mainly: blue. Hex color #070CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CE0 is #F8F31F. Grayscale: #212121. Windows color (decimal): -16315168 or 14683143. OLE color: 14683143.
HSL color Cylindrical-coordinate representation of color #070CE0: hue angle of 238.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070CE0 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 12 | 224 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.12 |
| HSL | 238.62º | 0.94% | 0.45% | - |
| HSV(B) | 238.62º | 0.97% | 0.88% | - |
| XYZ | 13.67 | 5.69 | 70.9 | - |
| YUV | 34.67 | 234.84 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 224 | 0.97 | 0.95 | 0 | 0.12 | 238.62 | 0.94 | 0.45 |
| Hex | 7 | C | E0 | 61 | 5F | 0 | C | EF | 5E | 2D |
| Octal | 7 | 14 | 340 | 141 | 137 | 0 | 14 | 357 | 136 | 55 |
| Binary | 111 | 1100 | 11100000 | 1100001 | 1011111 | 0 | 1100 | 11101111 | 1011110 | 101101 |
Color Harmonies of #070CE0
Complementary color
Monochromatic Colors of #070CE0
Black with #070CE0
Text Example
Text Example
White with #070CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070CE0; }
p { color: rgb(7,12,224); }
H1.HeaderClassName
{
color: #070CE0;
}
.AnyTagClassName
{
color: #070CE0;
}
</style>
background-color css
<style>
a { background-color: #070CE0; }
a { background-color: rgb(7,12,224); }
div.DivClassName
{
background-color: #070CE0;
}
.BgClassName
{
background-color: #070CE0;
}
</style>
border-color css
<style>
span { border-color: #070CE0; }
span { border-color: rgb(7,12,224); }
td.TdClassName
{
border-color: #070CE0;
}
.TagClassName
{
border-color: #070CE0;
}
</style>