Shades of Blue #070EF0
Tints of Blue #070EF0
RGB
CMYK
RGB Variations
Color information
#070EF0 (or 0x070EF0) is known color: Blue. HEX triplet: 07, 0E and F0. RGB value is (7,14,240). Sum of RGB (Red+Green+Blue) = 7+14+240=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 240 (94.14% from 255 or 91.95% from 261); Max value from RGB is 240 - color contains mainly: blue. Hex color #070EF0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EF0 is #F8F10F. Grayscale: #242424. Windows color (decimal): -16314640 or 15732231. OLE color: 15732231.
HSL color Cylindrical-coordinate representation of color #070EF0: hue angle of 238.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EF0 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 14 | 240 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.06 |
| HSL | 238.2º | 0.94% | 0.48% | - |
| HSV(B) | 238.2º | 0.97% | 0.94% | - |
| XYZ | 15.97 | 6.65 | 82.88 | - |
| YUV | 37.67 | 242.18 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 240 | 0.97 | 0.94 | 0 | 0.06 | 238.2 | 0.94 | 0.48 |
| Hex | 7 | E | F0 | 61 | 5E | 0 | 6 | EE | 5E | 30 |
| Octal | 7 | 16 | 360 | 141 | 136 | 0 | 6 | 356 | 136 | 60 |
| Binary | 111 | 1110 | 11110000 | 1100001 | 1011110 | 0 | 110 | 11101110 | 1011110 | 110000 |
Color Harmonies of #070EF0
Complementary color
Monochromatic Colors of #070EF0
Black with #070EF0
Text Example
Text Example
White with #070EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EF0; }
p { color: rgb(7,14,240); }
H1.HeaderClassName
{
color: #070EF0;
}
.AnyTagClassName
{
color: #070EF0;
}
</style>
background-color css
<style>
a { background-color: #070EF0; }
a { background-color: rgb(7,14,240); }
div.DivClassName
{
background-color: #070EF0;
}
.BgClassName
{
background-color: #070EF0;
}
</style>
border-color css
<style>
span { border-color: #070EF0; }
span { border-color: rgb(7,14,240); }
td.TdClassName
{
border-color: #070EF0;
}
.TagClassName
{
border-color: #070EF0;
}
</style>