Shades of Blue #070AFE
Tints of Blue #070AFE
RGB
CMYK
RGB Variations
Color information
#070AFE (or 0x070AFE) is known color: Blue. HEX triplet: 07, 0A and FE. RGB value is (7,10,254). Sum of RGB (Red+Green+Blue) = 7+10+254=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 254 (99.61% from 255 or 93.73% from 271); Max value from RGB is 254 - color contains mainly: blue. Hex color #070AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070AFE is #F8F501. Grayscale: #232323. Windows color (decimal): -16315650 or 16648711. OLE color: 16648711.
HSL color Cylindrical-coordinate representation of color #070AFE: hue angle of 239.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070AFE is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 10 | 254 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.00 |
| HSL | 239.27º | 0.99% | 0.51% | - |
| HSV(B) | 239.27º | 0.97% | 1% | - |
| XYZ | 18.09 | 7.42 | 94.24 | - |
| YUV | 36.92 | 250.51 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 254 | 0.97 | 0.96 | 0 | 0.00 | 239.27 | 0.99 | 0.51 |
| Hex | 7 | A | FE | 61 | 60 | 0 | 0 | EF | 63 | 33 |
| Octal | 7 | 12 | 376 | 141 | 140 | 0 | 0 | 357 | 143 | 63 |
| Binary | 111 | 1010 | 11111110 | 1100001 | 1100000 | 0 | 0 | 11101111 | 1100011 | 110011 |
Color Harmonies of #070AFE
Complementary color
Monochromatic Colors of #070AFE
Black with #070AFE
Text Example
Text Example
White with #070AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070AFE; }
p { color: rgb(7,10,254); }
H1.HeaderClassName
{
color: #070AFE;
}
.AnyTagClassName
{
color: #070AFE;
}
</style>
background-color css
<style>
a { background-color: #070AFE; }
a { background-color: rgb(7,10,254); }
div.DivClassName
{
background-color: #070AFE;
}
.BgClassName
{
background-color: #070AFE;
}
</style>
border-color css
<style>
span { border-color: #070AFE; }
span { border-color: rgb(7,10,254); }
td.TdClassName
{
border-color: #070AFE;
}
.TagClassName
{
border-color: #070AFE;
}
</style>