Shades of Blue #071EF4
Tints of Blue #071EF4
RGB
CMYK
RGB Variations
Color information
#071EF4 (or 0x071EF4) is known color: Blue. HEX triplet: 07, 1E and F4. RGB value is (7,30,244). Sum of RGB (Red+Green+Blue) = 7+30+244=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 244 (95.70% from 255 or 86.83% from 281); Max value from RGB is 244 - color contains mainly: blue. Hex color #071EF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EF4 is #F8E10B. Grayscale: #2E2E2E. Windows color (decimal): -16310540 or 15998471. OLE color: 15998471.
HSL color Cylindrical-coordinate representation of color #071EF4: hue angle of 234.18º 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 #071EF4 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 30 | 244 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.04 |
| HSL | 234.18º | 0.94% | 0.49% | - |
| HSV(B) | 234.18º | 0.97% | 0.96% | - |
| XYZ | 16.88 | 7.51 | 86.15 | - |
| YUV | 47.52 | 238.88 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 244 | 0.97 | 0.88 | 0 | 0.04 | 234.18 | 0.94 | 0.49 |
| Hex | 7 | 1E | F4 | 61 | 58 | 0 | 4 | EA | 5E | 31 |
| Octal | 7 | 36 | 364 | 141 | 130 | 0 | 4 | 352 | 136 | 61 |
| Binary | 111 | 11110 | 11110100 | 1100001 | 1011000 | 0 | 100 | 11101010 | 1011110 | 110001 |
Color Harmonies of #071EF4
Complementary color
Monochromatic Colors of #071EF4
Black with #071EF4
Text Example
Text Example
White with #071EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EF4; }
p { color: rgb(7,30,244); }
H1.HeaderClassName
{
color: #071EF4;
}
.AnyTagClassName
{
color: #071EF4;
}
</style>
background-color css
<style>
a { background-color: #071EF4; }
a { background-color: rgb(7,30,244); }
div.DivClassName
{
background-color: #071EF4;
}
.BgClassName
{
background-color: #071EF4;
}
</style>
border-color css
<style>
span { border-color: #071EF4; }
span { border-color: rgb(7,30,244); }
td.TdClassName
{
border-color: #071EF4;
}
.TagClassName
{
border-color: #071EF4;
}
</style>