Shades of Blue #070FFE
Tints of Blue #070FFE
RGB
CMYK
RGB Variations
Color information
#070FFE (or 0x070FFE) is known color: Blue. HEX triplet: 07, 0F and FE. RGB value is (7,15,254). Sum of RGB (Red+Green+Blue) = 7+15+254=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 254 (99.61% from 255 or 92.03% from 276); Max value from RGB is 254 - color contains mainly: blue. Hex color #070FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #070FFE is #F8F001. Grayscale: #262626. Windows color (decimal): -16314370 or 16649991. OLE color: 16649991.
HSL color Cylindrical-coordinate representation of color #070FFE: hue angle of 238.06º 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 #070FFE is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 15 | 254 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.00 |
| HSL | 238.06º | 0.99% | 0.51% | - |
| HSV(B) | 238.06º | 0.97% | 1% | - |
| XYZ | 18.15 | 7.54 | 94.27 | - |
| YUV | 39.85 | 248.85 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 15 | 254 | 0.97 | 0.94 | 0 | 0.00 | 238.06 | 0.99 | 0.51 |
| Hex | 7 | F | FE | 61 | 5E | 0 | 0 | EE | 63 | 33 |
| Octal | 7 | 17 | 376 | 141 | 136 | 0 | 0 | 356 | 143 | 63 |
| Binary | 111 | 1111 | 11111110 | 1100001 | 1011110 | 0 | 0 | 11101110 | 1100011 | 110011 |
Color Harmonies of #070FFE
Complementary color
Monochromatic Colors of #070FFE
Black with #070FFE
Text Example
Text Example
White with #070FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070FFE; }
p { color: rgb(7,15,254); }
H1.HeaderClassName
{
color: #070FFE;
}
.AnyTagClassName
{
color: #070FFE;
}
</style>
background-color css
<style>
a { background-color: #070FFE; }
a { background-color: rgb(7,15,254); }
div.DivClassName
{
background-color: #070FFE;
}
.BgClassName
{
background-color: #070FFE;
}
</style>
border-color css
<style>
span { border-color: #070FFE; }
span { border-color: rgb(7,15,254); }
td.TdClassName
{
border-color: #070FFE;
}
.TagClassName
{
border-color: #070FFE;
}
</style>