Shades of Blue #071CFF
Tints of Blue #071CFF
RGB
CMYK
RGB Variations
Color information
#071CFF (or 0x071CFF) is known color: Blue. HEX triplet: 07, 1C and FF. RGB value is (7,28,255). Sum of RGB (Red+Green+Blue) = 7+28+255=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #071CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CFF is #F8E300. Grayscale: #2E2E2E. Windows color (decimal): -16311041 or 16718855. OLE color: 16718855.
HSL color Cylindrical-coordinate representation of color #071CFF: hue angle of 234.92º 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 #071CFF is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 28 | 255 | - |
| CMYK | 0.97 | 0.89 | 0 | 0 |
| HSL | 234.92º | 1% | 0.51% | - |
| HSV(B) | 234.92º | 0.97% | 1% | - |
| XYZ | 18.55 | 8.1 | 95.19 | - |
| YUV | 47.6 | 245.04 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 255 | 0.97 | 0.89 | 0 | 0 | 234.92 | 1 | 0.51 |
| Hex | 7 | 1C | FF | 61 | 59 | 0 | 0 | EB | 64 | 33 |
| Octal | 7 | 34 | 377 | 141 | 131 | 0 | 0 | 353 | 144 | 63 |
| Binary | 111 | 11100 | 11111111 | 1100001 | 1011001 | 0 | 0 | 11101011 | 1100100 | 110011 |
Color Harmonies of #071CFF
Complementary color
Monochromatic Colors of #071CFF
Black with #071CFF
Text Example
Text Example
White with #071CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CFF; }
p { color: rgb(7,28,255); }
H1.HeaderClassName
{
color: #071CFF;
}
.AnyTagClassName
{
color: #071CFF;
}
</style>
background-color css
<style>
a { background-color: #071CFF; }
a { background-color: rgb(7,28,255); }
div.DivClassName
{
background-color: #071CFF;
}
.BgClassName
{
background-color: #071CFF;
}
</style>
border-color css
<style>
span { border-color: #071CFF; }
span { border-color: rgb(7,28,255); }
td.TdClassName
{
border-color: #071CFF;
}
.TagClassName
{
border-color: #071CFF;
}
</style>