Shades of Blue #071DF4
Tints of Blue #071DF4
RGB
CMYK
RGB Variations
Color information
#071DF4 (or 0x071DF4) is known color: Blue. HEX triplet: 07, 1D and F4. RGB value is (7,29,244). Sum of RGB (Red+Green+Blue) = 7+29+244=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 244 (95.70% from 255 or 87.14% from 280); Max value from RGB is 244 - color contains mainly: blue. Hex color #071DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DF4 is #F8E20B. Grayscale: #2E2E2E. Windows color (decimal): -16310796 or 15998215. OLE color: 15998215.
HSL color Cylindrical-coordinate representation of color #071DF4: hue angle of 234.43º 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 #071DF4 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 29 | 244 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.04 |
| HSL | 234.43º | 0.94% | 0.49% | - |
| HSV(B) | 234.43º | 0.97% | 0.96% | - |
| XYZ | 16.86 | 7.46 | 86.14 | - |
| YUV | 46.93 | 239.21 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 29 | 244 | 0.97 | 0.88 | 0 | 0.04 | 234.43 | 0.94 | 0.49 |
| Hex | 7 | 1D | F4 | 61 | 58 | 0 | 4 | EA | 5E | 31 |
| Octal | 7 | 35 | 364 | 141 | 130 | 0 | 4 | 352 | 136 | 61 |
| Binary | 111 | 11101 | 11110100 | 1100001 | 1011000 | 0 | 100 | 11101010 | 1011110 | 110001 |
Color Harmonies of #071DF4
Complementary color
Monochromatic Colors of #071DF4
Black with #071DF4
Text Example
Text Example
White with #071DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071DF4; }
p { color: rgb(7,29,244); }
H1.HeaderClassName
{
color: #071DF4;
}
.AnyTagClassName
{
color: #071DF4;
}
</style>
background-color css
<style>
a { background-color: #071DF4; }
a { background-color: rgb(7,29,244); }
div.DivClassName
{
background-color: #071DF4;
}
.BgClassName
{
background-color: #071DF4;
}
</style>
border-color css
<style>
span { border-color: #071DF4; }
span { border-color: rgb(7,29,244); }
td.TdClassName
{
border-color: #071DF4;
}
.TagClassName
{
border-color: #071DF4;
}
</style>