Shades of Blue #070EFF
Tints of Blue #070EFF
RGB
CMYK
RGB Variations
Color information
#070EFF (or 0x070EFF) is known color: Blue. HEX triplet: 07, 0E and FF. RGB value is (7,14,255). Sum of RGB (Red+Green+Blue) = 7+14+255=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 255 (100% from 255 or 92.39% from 276); Max value from RGB is 255 - color contains mainly: blue. Hex color #070EFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070EFF is #F8F100. Grayscale: #262626. Windows color (decimal): -16314625 or 16715271. OLE color: 16715271.
HSL color Cylindrical-coordinate representation of color #070EFF: hue angle of 238.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070EFF is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 14 | 255 | - |
| CMYK | 0.97 | 0.95 | 0 | 0 |
| HSL | 238.31º | 1% | 0.51% | - |
| HSV(B) | 238.31º | 0.97% | 1% | - |
| XYZ | 18.29 | 7.58 | 95.11 | - |
| YUV | 39.38 | 249.68 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 255 | 0.97 | 0.95 | 0 | 0 | 238.31 | 1 | 0.51 |
| Hex | 7 | E | FF | 61 | 5F | 0 | 0 | EE | 64 | 33 |
| Octal | 7 | 16 | 377 | 141 | 137 | 0 | 0 | 356 | 144 | 63 |
| Binary | 111 | 1110 | 11111111 | 1100001 | 1011111 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #070EFF
Complementary color
Monochromatic Colors of #070EFF
Black with #070EFF
Text Example
Text Example
White with #070EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070EFF; }
p { color: rgb(7,14,255); }
H1.HeaderClassName
{
color: #070EFF;
}
.AnyTagClassName
{
color: #070EFF;
}
</style>
background-color css
<style>
a { background-color: #070EFF; }
a { background-color: rgb(7,14,255); }
div.DivClassName
{
background-color: #070EFF;
}
.BgClassName
{
background-color: #070EFF;
}
</style>
border-color css
<style>
span { border-color: #070EFF; }
span { border-color: rgb(7,14,255); }
td.TdClassName
{
border-color: #070EFF;
}
.TagClassName
{
border-color: #070EFF;
}
</style>