Shades of Blue #071FE9
Tints of Blue #071FE9
RGB
CMYK
RGB Variations
Color information
#071FE9 (or 0x071FE9) is known color: Blue. HEX triplet: 07, 1F and E9. RGB value is (7,31,233). Sum of RGB (Red+Green+Blue) = 7+31+233=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 233 (91.41% from 255 or 85.98% from 271); Max value from RGB is 233 - color contains mainly: blue. Hex color #071FE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071FE9 is #F8E016. Grayscale: #2E2E2E. Windows color (decimal): -16310295 or 15277831. OLE color: 15277831.
HSL color Cylindrical-coordinate representation of color #071FE9: hue angle of 233.63º 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 #071FE9 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 31 | 233 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.09 |
| HSL | 233.63º | 0.94% | 0.47% | - |
| HSV(B) | 233.63º | 0.97% | 0.91% | - |
| XYZ | 15.29 | 6.91 | 77.62 | - |
| YUV | 46.85 | 233.05 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 31 | 233 | 0.97 | 0.87 | 0 | 0.09 | 233.63 | 0.94 | 0.47 |
| Hex | 7 | 1F | E9 | 61 | 57 | 0 | 9 | EA | 5E | 2F |
| Octal | 7 | 37 | 351 | 141 | 127 | 0 | 11 | 352 | 136 | 57 |
| Binary | 111 | 11111 | 11101001 | 1100001 | 1010111 | 0 | 1001 | 11101010 | 1011110 | 101111 |
Color Harmonies of #071FE9
Complementary color
Monochromatic Colors of #071FE9
Black with #071FE9
Text Example
Text Example
White with #071FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071FE9; }
p { color: rgb(7,31,233); }
H1.HeaderClassName
{
color: #071FE9;
}
.AnyTagClassName
{
color: #071FE9;
}
</style>
background-color css
<style>
a { background-color: #071FE9; }
a { background-color: rgb(7,31,233); }
div.DivClassName
{
background-color: #071FE9;
}
.BgClassName
{
background-color: #071FE9;
}
</style>
border-color css
<style>
span { border-color: #071FE9; }
span { border-color: rgb(7,31,233); }
td.TdClassName
{
border-color: #071FE9;
}
.TagClassName
{
border-color: #071FE9;
}
</style>