Shades of Blue #071BE8
Tints of Blue #071BE8
RGB
CMYK
RGB Variations
Color information
#071BE8 (or 0x071BE8) is known color: Blue. HEX triplet: 07, 1B and E8. RGB value is (7,27,232). Sum of RGB (Red+Green+Blue) = 7+27+232=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 232 (91.02% from 255 or 87.22% from 266); Max value from RGB is 232 - color contains mainly: blue. Hex color #071BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BE8 is #F8E417. Grayscale: #2B2B2B. Windows color (decimal): -16311320 or 15211271. OLE color: 15211271.
HSL color Cylindrical-coordinate representation of color #071BE8: hue angle of 234.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BE8 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 27 | 232 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.09 |
| HSL | 234.67º | 0.94% | 0.47% | - |
| HSV(B) | 234.67º | 0.97% | 0.91% | - |
| XYZ | 15.05 | 6.66 | 76.84 | - |
| YUV | 44.39 | 233.87 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 232 | 0.97 | 0.88 | 0 | 0.09 | 234.67 | 0.94 | 0.47 |
| Hex | 7 | 1B | E8 | 61 | 58 | 0 | 9 | EB | 5E | 2F |
| Octal | 7 | 33 | 350 | 141 | 130 | 0 | 11 | 353 | 136 | 57 |
| Binary | 111 | 11011 | 11101000 | 1100001 | 1011000 | 0 | 1001 | 11101011 | 1011110 | 101111 |
Color Harmonies of #071BE8
Complementary color
Monochromatic Colors of #071BE8
Black with #071BE8
Text Example
Text Example
White with #071BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071BE8; }
p { color: rgb(7,27,232); }
H1.HeaderClassName
{
color: #071BE8;
}
.AnyTagClassName
{
color: #071BE8;
}
</style>
background-color css
<style>
a { background-color: #071BE8; }
a { background-color: rgb(7,27,232); }
div.DivClassName
{
background-color: #071BE8;
}
.BgClassName
{
background-color: #071BE8;
}
</style>
border-color css
<style>
span { border-color: #071BE8; }
span { border-color: rgb(7,27,232); }
td.TdClassName
{
border-color: #071BE8;
}
.TagClassName
{
border-color: #071BE8;
}
</style>