Shades of Blue #071CFD
Tints of Blue #071CFD
RGB
CMYK
RGB Variations
Color information
#071CFD (or 0x071CFD) is known color: Blue. HEX triplet: 07, 1C and FD. RGB value is (7,28,253). Sum of RGB (Red+Green+Blue) = 7+28+253=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 253 (99.22% from 255 or 87.85% from 288); Max value from RGB is 253 - color contains mainly: blue. Hex color #071CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CFD is #F8E302. Grayscale: #2E2E2E. Windows color (decimal): -16311043 or 16587783. OLE color: 16587783.
HSL color Cylindrical-coordinate representation of color #071CFD: hue angle of 234.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071CFD is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 28 | 253 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.01 |
| HSL | 234.88º | 0.98% | 0.51% | - |
| HSV(B) | 234.88º | 0.97% | 0.99% | - |
| XYZ | 18.23 | 7.97 | 93.51 | - |
| YUV | 47.37 | 244.04 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 253 | 0.97 | 0.89 | 0 | 0.01 | 234.88 | 0.98 | 0.51 |
| Hex | 7 | 1C | FD | 61 | 59 | 0 | 1 | EB | 62 | 33 |
| Octal | 7 | 34 | 375 | 141 | 131 | 0 | 1 | 353 | 142 | 63 |
| Binary | 111 | 11100 | 11111101 | 1100001 | 1011001 | 0 | 1 | 11101011 | 1100010 | 110011 |
Color Harmonies of #071CFD
Complementary color
Monochromatic Colors of #071CFD
Black with #071CFD
Text Example
Text Example
White with #071CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071CFD; }
p { color: rgb(7,28,253); }
H1.HeaderClassName
{
color: #071CFD;
}
.AnyTagClassName
{
color: #071CFD;
}
</style>
background-color css
<style>
a { background-color: #071CFD; }
a { background-color: rgb(7,28,253); }
div.DivClassName
{
background-color: #071CFD;
}
.BgClassName
{
background-color: #071CFD;
}
</style>
border-color css
<style>
span { border-color: #071CFD; }
span { border-color: rgb(7,28,253); }
td.TdClassName
{
border-color: #071CFD;
}
.TagClassName
{
border-color: #071CFD;
}
</style>