Shades of Medium Blue #070EDB
Tints of Medium Blue #070EDB
RGB
CMYK
RGB Variations
Color information
#070EDB (or 0x070EDB) is known color: Medium Blue. HEX triplet: 07, 0E and DB. RGB value is (7,14,219). Sum of RGB (Red+Green+Blue) = 7+14+219=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 219 (85.94% from 255 or 91.25% from 240); Max value from RGB is 219 - color contains mainly: blue. Hex color #070EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EDB is #F8F124. Grayscale: #222222. Windows color (decimal): -16314661 or 14355975. OLE color: 14355975.
HSL color Cylindrical-coordinate representation of color #070EDB: hue angle of 238.02º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EDB is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 14 | 219 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.14 |
| HSL | 238.02º | 0.94% | 0.44% | - |
| HSV(B) | 238.02º | 0.97% | 0.86% | - |
| XYZ | 13.03 | 5.47 | 67.39 | - |
| YUV | 35.28 | 231.68 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 219 | 0.97 | 0.94 | 0 | 0.14 | 238.02 | 0.94 | 0.44 |
| Hex | 7 | E | DB | 61 | 5E | 0 | E | EE | 5E | 2C |
| Octal | 7 | 16 | 333 | 141 | 136 | 0 | 16 | 356 | 136 | 54 |
| Binary | 111 | 1110 | 11011011 | 1100001 | 1011110 | 0 | 1110 | 11101110 | 1011110 | 101100 |
Color Harmonies of #070EDB
Complementary color
Monochromatic Colors of #070EDB
Black with #070EDB
Text Example
Text Example
White with #070EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EDB; }
p { color: rgb(7,14,219); }
H1.HeaderClassName
{
color: #070EDB;
}
.AnyTagClassName
{
color: #070EDB;
}
</style>
background-color css
<style>
a { background-color: #070EDB; }
a { background-color: rgb(7,14,219); }
div.DivClassName
{
background-color: #070EDB;
}
.BgClassName
{
background-color: #070EDB;
}
</style>
border-color css
<style>
span { border-color: #070EDB; }
span { border-color: rgb(7,14,219); }
td.TdClassName
{
border-color: #070EDB;
}
.TagClassName
{
border-color: #070EDB;
}
</style>