Shades of Blue #070FFF
Tints of Blue #070FFF
RGB
CMYK
RGB Variations
Color information
#070FFF (or 0x070FFF) is known color: Blue. HEX triplet: 07, 0F and FF. RGB value is (7,15,255). Sum of RGB (Red+Green+Blue) = 7+15+255=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 255 (100% from 255 or 92.06% from 277); Max value from RGB is 255 - color contains mainly: blue. Hex color #070FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070FFF is #F8F000. Grayscale: #272727. Windows color (decimal): -16314369 or 16715527. OLE color: 16715527.
HSL color Cylindrical-coordinate representation of color #070FFF: hue angle of 238.06º 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 #070FFF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 15 | 255 | - |
| CMYK | 0.97 | 0.94 | 0 | 0 |
| HSL | 238.06º | 1% | 0.51% | - |
| HSV(B) | 238.06º | 0.97% | 1% | - |
| XYZ | 18.31 | 7.61 | 95.11 | - |
| YUV | 39.97 | 249.35 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 255 | 0.97 | 0.94 | 0 | 0 | 238.06 | 1 | 0.51 |
| Hex | 7 | F | FF | 61 | 5E | 0 | 0 | EE | 64 | 33 |
| Octal | 7 | 17 | 377 | 141 | 136 | 0 | 0 | 356 | 144 | 63 |
| Binary | 111 | 1111 | 11111111 | 1100001 | 1011110 | 0 | 0 | 11101110 | 1100100 | 110011 |
Color Harmonies of #070FFF
Complementary color
Monochromatic Colors of #070FFF
Black with #070FFF
Text Example
Text Example
White with #070FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FFF; }
p { color: rgb(7,15,255); }
H1.HeaderClassName
{
color: #070FFF;
}
.AnyTagClassName
{
color: #070FFF;
}
</style>
background-color css
<style>
a { background-color: #070FFF; }
a { background-color: rgb(7,15,255); }
div.DivClassName
{
background-color: #070FFF;
}
.BgClassName
{
background-color: #070FFF;
}
</style>
border-color css
<style>
span { border-color: #070FFF; }
span { border-color: rgb(7,15,255); }
td.TdClassName
{
border-color: #070FFF;
}
.TagClassName
{
border-color: #070FFF;
}
</style>