Shades of Blue #071EF1
Tints of Blue #071EF1
RGB
CMYK
RGB Variations
Color information
#071EF1 (or 0x071EF1) is known color: Blue. HEX triplet: 07, 1E and F1. RGB value is (7,30,241). Sum of RGB (Red+Green+Blue) = 7+30+241=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 241 (94.53% from 255 or 86.69% from 278); Max value from RGB is 241 - color contains mainly: blue. Hex color #071EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EF1 is #F8E10E. Grayscale: #2E2E2E. Windows color (decimal): -16310543 or 15801863. OLE color: 15801863.
HSL color Cylindrical-coordinate representation of color #071EF1: hue angle of 234.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071EF1 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 30 | 241 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.05 |
| HSL | 234.1º | 0.94% | 0.49% | - |
| HSV(B) | 234.1º | 0.97% | 0.95% | - |
| XYZ | 16.43 | 7.32 | 83.77 | - |
| YUV | 47.18 | 237.38 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 241 | 0.97 | 0.88 | 0 | 0.05 | 234.1 | 0.94 | 0.49 |
| Hex | 7 | 1E | F1 | 61 | 58 | 0 | 5 | EA | 5E | 31 |
| Octal | 7 | 36 | 361 | 141 | 130 | 0 | 5 | 352 | 136 | 61 |
| Binary | 111 | 11110 | 11110001 | 1100001 | 1011000 | 0 | 101 | 11101010 | 1011110 | 110001 |
Color Harmonies of #071EF1
Complementary color
Monochromatic Colors of #071EF1
Black with #071EF1
Text Example
Text Example
White with #071EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EF1; }
p { color: rgb(7,30,241); }
H1.HeaderClassName
{
color: #071EF1;
}
.AnyTagClassName
{
color: #071EF1;
}
</style>
background-color css
<style>
a { background-color: #071EF1; }
a { background-color: rgb(7,30,241); }
div.DivClassName
{
background-color: #071EF1;
}
.BgClassName
{
background-color: #071EF1;
}
</style>
border-color css
<style>
span { border-color: #071EF1; }
span { border-color: rgb(7,30,241); }
td.TdClassName
{
border-color: #071EF1;
}
.TagClassName
{
border-color: #071EF1;
}
</style>