Shades of Blue #071CFE
Tints of Blue #071CFE
RGB
CMYK
RGB Variations
Color information
#071CFE (or 0x071CFE) is known color: Blue. HEX triplet: 07, 1C and FE. RGB value is (7,28,254). Sum of RGB (Red+Green+Blue) = 7+28+254=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #071CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CFE is #F8E301. Grayscale: #2E2E2E. Windows color (decimal): -16311042 or 16653319. OLE color: 16653319.
HSL color Cylindrical-coordinate representation of color #071CFE: hue angle of 234.9º 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 #071CFE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 28 | 254 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.00 |
| HSL | 234.9º | 0.99% | 0.51% | - |
| HSV(B) | 234.9º | 0.97% | 1% | - |
| XYZ | 18.39 | 8.03 | 94.35 | - |
| YUV | 47.49 | 244.54 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 254 | 0.97 | 0.89 | 0 | 0.00 | 234.9 | 0.99 | 0.51 |
| Hex | 7 | 1C | FE | 61 | 59 | 0 | 0 | EB | 63 | 33 |
| Octal | 7 | 34 | 376 | 141 | 131 | 0 | 0 | 353 | 143 | 63 |
| Binary | 111 | 11100 | 11111110 | 1100001 | 1011001 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #071CFE
Complementary color
Monochromatic Colors of #071CFE
Black with #071CFE
Text Example
Text Example
White with #071CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CFE; }
p { color: rgb(7,28,254); }
H1.HeaderClassName
{
color: #071CFE;
}
.AnyTagClassName
{
color: #071CFE;
}
</style>
background-color css
<style>
a { background-color: #071CFE; }
a { background-color: rgb(7,28,254); }
div.DivClassName
{
background-color: #071CFE;
}
.BgClassName
{
background-color: #071CFE;
}
</style>
border-color css
<style>
span { border-color: #071CFE; }
span { border-color: rgb(7,28,254); }
td.TdClassName
{
border-color: #071CFE;
}
.TagClassName
{
border-color: #071CFE;
}
</style>