Shades of Medium Blue #070EE1
Tints of Medium Blue #070EE1
RGB
CMYK
RGB Variations
Color information
#070EE1 (or 0x070EE1) is known color: Medium Blue. HEX triplet: 07, 0E and E1. RGB value is (7,14,225). Sum of RGB (Red+Green+Blue) = 7+14+225=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 225 (88.28% from 255 or 91.46% from 246); Max value from RGB is 225 - color contains mainly: blue. Hex color #070EE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EE1 is #F8F11E. Grayscale: #232323. Windows color (decimal): -16314655 or 14749191. OLE color: 14749191.
HSL color Cylindrical-coordinate representation of color #070EE1: hue angle of 238.07º 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 #070EE1 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 14 | 225 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.12 |
| HSL | 238.07º | 0.94% | 0.45% | - |
| HSV(B) | 238.07º | 0.97% | 0.88% | - |
| XYZ | 13.84 | 5.8 | 71.62 | - |
| YUV | 35.96 | 234.68 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 225 | 0.97 | 0.94 | 0 | 0.12 | 238.07 | 0.94 | 0.45 |
| Hex | 7 | E | E1 | 61 | 5E | 0 | C | EE | 5E | 2D |
| Octal | 7 | 16 | 341 | 141 | 136 | 0 | 14 | 356 | 136 | 55 |
| Binary | 111 | 1110 | 11100001 | 1100001 | 1011110 | 0 | 1100 | 11101110 | 1011110 | 101101 |
Color Harmonies of #070EE1
Complementary color
Monochromatic Colors of #070EE1
Black with #070EE1
Text Example
Text Example
White with #070EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EE1; }
p { color: rgb(7,14,225); }
H1.HeaderClassName
{
color: #070EE1;
}
.AnyTagClassName
{
color: #070EE1;
}
</style>
background-color css
<style>
a { background-color: #070EE1; }
a { background-color: rgb(7,14,225); }
div.DivClassName
{
background-color: #070EE1;
}
.BgClassName
{
background-color: #070EE1;
}
</style>
border-color css
<style>
span { border-color: #070EE1; }
span { border-color: rgb(7,14,225); }
td.TdClassName
{
border-color: #070EE1;
}
.TagClassName
{
border-color: #070EE1;
}
</style>