Shades of Blue #071AFE
Tints of Blue #071AFE
RGB
CMYK
RGB Variations
Color information
#071AFE (or 0x071AFE) is known color: Blue. HEX triplet: 07, 1A and FE. RGB value is (7,26,254). Sum of RGB (Red+Green+Blue) = 7+26+254=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #071AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071AFE is #F8E501. Grayscale: #2D2D2D. Windows color (decimal): -16311554 or 16652807. OLE color: 16652807.
HSL color Cylindrical-coordinate representation of color #071AFE: hue angle of 235.38º 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 #071AFE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 26 | 254 | - |
| CMYK | 0.97 | 0.90 | 0 | 0.00 |
| HSL | 235.38º | 0.99% | 0.51% | - |
| HSV(B) | 235.38º | 0.97% | 1% | - |
| XYZ | 18.35 | 7.94 | 94.33 | - |
| YUV | 46.31 | 245.21 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 254 | 0.97 | 0.90 | 0 | 0.00 | 235.38 | 0.99 | 0.51 |
| Hex | 7 | 1A | FE | 61 | 5A | 0 | 0 | EB | 63 | 33 |
| Octal | 7 | 32 | 376 | 141 | 132 | 0 | 0 | 353 | 143 | 63 |
| Binary | 111 | 11010 | 11111110 | 1100001 | 1011010 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #071AFE
Complementary color
Monochromatic Colors of #071AFE
Black with #071AFE
Text Example
Text Example
White with #071AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071AFE; }
p { color: rgb(7,26,254); }
H1.HeaderClassName
{
color: #071AFE;
}
.AnyTagClassName
{
color: #071AFE;
}
</style>
background-color css
<style>
a { background-color: #071AFE; }
a { background-color: rgb(7,26,254); }
div.DivClassName
{
background-color: #071AFE;
}
.BgClassName
{
background-color: #071AFE;
}
</style>
border-color css
<style>
span { border-color: #071AFE; }
span { border-color: rgb(7,26,254); }
td.TdClassName
{
border-color: #071AFE;
}
.TagClassName
{
border-color: #071AFE;
}
</style>