Shades of Medium Blue #070EDF
Tints of Medium Blue #070EDF
RGB
CMYK
RGB Variations
Color information
#070EDF (or 0x070EDF) is known color: Medium Blue. HEX triplet: 07, 0E and DF. RGB value is (7,14,223). Sum of RGB (Red+Green+Blue) = 7+14+223=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #070EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EDF is #F8F120. Grayscale: #222222. Windows color (decimal): -16314657 or 14618119. OLE color: 14618119.
HSL color Cylindrical-coordinate representation of color #070EDF: hue angle of 238.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EDF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 14 | 223 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.13 |
| HSL | 238.06º | 0.94% | 0.45% | - |
| HSV(B) | 238.06º | 0.97% | 0.87% | - |
| XYZ | 13.56 | 5.69 | 70.19 | - |
| YUV | 35.73 | 233.68 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 223 | 0.97 | 0.94 | 0 | 0.13 | 238.06 | 0.94 | 0.45 |
| Hex | 7 | E | DF | 61 | 5E | 0 | D | EE | 5E | 2D |
| Octal | 7 | 16 | 337 | 141 | 136 | 0 | 15 | 356 | 136 | 55 |
| Binary | 111 | 1110 | 11011111 | 1100001 | 1011110 | 0 | 1101 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070EDF
Complementary color
Monochromatic Colors of #070EDF
Black with #070EDF
Text Example
Text Example
White with #070EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EDF; }
p { color: rgb(7,14,223); }
H1.HeaderClassName
{
color: #070EDF;
}
.AnyTagClassName
{
color: #070EDF;
}
</style>
background-color css
<style>
a { background-color: #070EDF; }
a { background-color: rgb(7,14,223); }
div.DivClassName
{
background-color: #070EDF;
}
.BgClassName
{
background-color: #070EDF;
}
</style>
border-color css
<style>
span { border-color: #070EDF; }
span { border-color: rgb(7,14,223); }
td.TdClassName
{
border-color: #070EDF;
}
.TagClassName
{
border-color: #070EDF;
}
</style>