Shades of Blue #071BF5
Tints of Blue #071BF5
RGB
CMYK
RGB Variations
Color information
#071BF5 (or 0x071BF5) is known color: Blue. HEX triplet: 07, 1B and F5. RGB value is (7,27,245). Sum of RGB (Red+Green+Blue) = 7+27+245=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 245 (96.09% from 255 or 87.81% from 279); Max value from RGB is 245 - color contains mainly: blue. Hex color #071BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BF5 is #F8E40A. Grayscale: #2C2C2C. Windows color (decimal): -16311307 or 16063239. OLE color: 16063239.
HSL color Cylindrical-coordinate representation of color #071BF5: hue angle of 234.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BF5 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 27 | 245 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.04 |
| HSL | 234.96º | 0.94% | 0.49% | - |
| HSV(B) | 234.96º | 0.97% | 0.96% | - |
| XYZ | 16.96 | 7.42 | 86.92 | - |
| YUV | 45.87 | 240.37 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 245 | 0.97 | 0.89 | 0 | 0.04 | 234.96 | 0.94 | 0.49 |
| Hex | 7 | 1B | F5 | 61 | 59 | 0 | 4 | EB | 5E | 31 |
| Octal | 7 | 33 | 365 | 141 | 131 | 0 | 4 | 353 | 136 | 61 |
| Binary | 111 | 11011 | 11110101 | 1100001 | 1011001 | 0 | 100 | 11101011 | 1011110 | 110001 |
Color Harmonies of #071BF5
Complementary color
Monochromatic Colors of #071BF5
Black with #071BF5
Text Example
Text Example
White with #071BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BF5; }
p { color: rgb(7,27,245); }
H1.HeaderClassName
{
color: #071BF5;
}
.AnyTagClassName
{
color: #071BF5;
}
</style>
background-color css
<style>
a { background-color: #071BF5; }
a { background-color: rgb(7,27,245); }
div.DivClassName
{
background-color: #071BF5;
}
.BgClassName
{
background-color: #071BF5;
}
</style>
border-color css
<style>
span { border-color: #071BF5; }
span { border-color: rgb(7,27,245); }
td.TdClassName
{
border-color: #071BF5;
}
.TagClassName
{
border-color: #071BF5;
}
</style>