Shades of Medium Blue #070ECF
Tints of Medium Blue #070ECF
RGB
CMYK
RGB Variations
Color information
#070ECF (or 0x070ECF) is known color: Medium Blue. HEX triplet: 07, 0E and CF. RGB value is (7,14,207). Sum of RGB (Red+Green+Blue) = 7+14+207=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 207 (81.25% from 255 or 90.79% from 228); Max value from RGB is 207 - color contains mainly: blue. Hex color #070ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070ECF is #F8F130. Grayscale: #212121. Windows color (decimal): -16314673 or 13569543. OLE color: 13569543.
HSL color Cylindrical-coordinate representation of color #070ECF: hue angle of 237.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070ECF is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 14 | 207 | - |
| CMYK | 0.97 | 0.93 | 0 | 0.19 |
| HSL | 237.9º | 0.93% | 0.42% | - |
| HSV(B) | 237.9º | 0.97% | 0.81% | - |
| XYZ | 11.51 | 4.86 | 59.36 | - |
| YUV | 33.91 | 225.68 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 207 | 0.97 | 0.93 | 0 | 0.19 | 237.9 | 0.93 | 0.42 |
| Hex | 7 | E | CF | 61 | 5D | 0 | 13 | EE | 5D | 2A |
| Octal | 7 | 16 | 317 | 141 | 135 | 0 | 23 | 356 | 135 | 52 |
| Binary | 111 | 1110 | 11001111 | 1100001 | 1011101 | 0 | 10011 | 11101110 | 1011101 | 101010 |
Color Harmonies of #070ECF
Complementary color
Monochromatic Colors of #070ECF
Black with #070ECF
Text Example
Text Example
White with #070ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070ECF; }
p { color: rgb(7,14,207); }
H1.HeaderClassName
{
color: #070ECF;
}
.AnyTagClassName
{
color: #070ECF;
}
</style>
background-color css
<style>
a { background-color: #070ECF; }
a { background-color: rgb(7,14,207); }
div.DivClassName
{
background-color: #070ECF;
}
.BgClassName
{
background-color: #070ECF;
}
</style>
border-color css
<style>
span { border-color: #070ECF; }
span { border-color: rgb(7,14,207); }
td.TdClassName
{
border-color: #070ECF;
}
.TagClassName
{
border-color: #070ECF;
}
</style>