Shades of Blue #071AFF
Tints of Blue #071AFF
RGB
CMYK
RGB Variations
Color information
#071AFF (or 0x071AFF) is known color: Blue. HEX triplet: 07, 1A and FF. RGB value is (7,26,255). Sum of RGB (Red+Green+Blue) = 7+26+255=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 255 (100% from 255 or 88.54% from 288); Max value from RGB is 255 - color contains mainly: blue. Hex color #071AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071AFF is #F8E500. Grayscale: #2D2D2D. Windows color (decimal): -16311553 or 16718343. OLE color: 16718343.
HSL color Cylindrical-coordinate representation of color #071AFF: hue angle of 235.4º 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 #071AFF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 26 | 255 | - |
| CMYK | 0.97 | 0.90 | 0 | 0 |
| HSL | 235.4º | 1% | 0.51% | - |
| HSV(B) | 235.4º | 0.97% | 1% | - |
| XYZ | 18.51 | 8 | 95.18 | - |
| YUV | 46.43 | 245.71 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 255 | 0.97 | 0.90 | 0 | 0 | 235.4 | 1 | 0.51 |
| Hex | 7 | 1A | FF | 61 | 5A | 0 | 0 | EB | 64 | 33 |
| Octal | 7 | 32 | 377 | 141 | 132 | 0 | 0 | 353 | 144 | 63 |
| Binary | 111 | 11010 | 11111111 | 1100001 | 1011010 | 0 | 0 | 11101011 | 1100100 | 110011 |
Color Harmonies of #071AFF
Complementary color
Monochromatic Colors of #071AFF
Black with #071AFF
Text Example
Text Example
White with #071AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071AFF; }
p { color: rgb(7,26,255); }
H1.HeaderClassName
{
color: #071AFF;
}
.AnyTagClassName
{
color: #071AFF;
}
</style>
background-color css
<style>
a { background-color: #071AFF; }
a { background-color: rgb(7,26,255); }
div.DivClassName
{
background-color: #071AFF;
}
.BgClassName
{
background-color: #071AFF;
}
</style>
border-color css
<style>
span { border-color: #071AFF; }
span { border-color: rgb(7,26,255); }
td.TdClassName
{
border-color: #071AFF;
}
.TagClassName
{
border-color: #071AFF;
}
</style>