Shades of Blue #071EFF
Tints of Blue #071EFF
RGB
CMYK
RGB Variations
Color information
#071EFF (or 0x071EFF) is known color: Blue. HEX triplet: 07, 1E and FF. RGB value is (7,30,255). Sum of RGB (Red+Green+Blue) = 7+30+255=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #071EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EFF is #F8E100. Grayscale: #2F2F2F. Windows color (decimal): -16310529 or 16719367. OLE color: 16719367.
HSL color Cylindrical-coordinate representation of color #071EFF: hue angle of 234.44º 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 #071EFF is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 30 | 255 | - |
| CMYK | 0.97 | 0.88 | 0 | 0 |
| HSL | 234.44º | 1% | 0.51% | - |
| HSV(B) | 234.44º | 0.97% | 1% | - |
| XYZ | 18.6 | 8.19 | 95.21 | - |
| YUV | 48.77 | 244.38 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 255 | 0.97 | 0.88 | 0 | 0 | 234.44 | 1 | 0.51 |
| Hex | 7 | 1E | FF | 61 | 58 | 0 | 0 | EA | 64 | 33 |
| Octal | 7 | 36 | 377 | 141 | 130 | 0 | 0 | 352 | 144 | 63 |
| Binary | 111 | 11110 | 11111111 | 1100001 | 1011000 | 0 | 0 | 11101010 | 1100100 | 110011 |
Color Harmonies of #071EFF
Complementary color
Monochromatic Colors of #071EFF
Black with #071EFF
Text Example
Text Example
White with #071EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EFF; }
p { color: rgb(7,30,255); }
H1.HeaderClassName
{
color: #071EFF;
}
.AnyTagClassName
{
color: #071EFF;
}
</style>
background-color css
<style>
a { background-color: #071EFF; }
a { background-color: rgb(7,30,255); }
div.DivClassName
{
background-color: #071EFF;
}
.BgClassName
{
background-color: #071EFF;
}
</style>
border-color css
<style>
span { border-color: #071EFF; }
span { border-color: rgb(7,30,255); }
td.TdClassName
{
border-color: #071EFF;
}
.TagClassName
{
border-color: #071EFF;
}
</style>