Shades of Blue #071EEE
Tints of Blue #071EEE
RGB
CMYK
RGB Variations
Color information
#071EEE (or 0x071EEE) is known color: Blue. HEX triplet: 07, 1E and EE. RGB value is (7,30,238). Sum of RGB (Red+Green+Blue) = 7+30+238=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 238 (93.36% from 255 or 86.55% from 275); Max value from RGB is 238 - color contains mainly: blue. Hex color #071EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EEE is #F8E111. Grayscale: #2D2D2D. Windows color (decimal): -16310546 or 15605255. OLE color: 15605255.
HSL color Cylindrical-coordinate representation of color #071EEE: hue angle of 234.03º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071EEE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 30 | 238 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.07 |
| HSL | 234.03º | 0.94% | 0.48% | - |
| HSV(B) | 234.03º | 0.97% | 0.93% | - |
| XYZ | 15.98 | 7.15 | 81.43 | - |
| YUV | 46.84 | 235.88 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 238 | 0.97 | 0.87 | 0 | 0.07 | 234.03 | 0.94 | 0.48 |
| Hex | 7 | 1E | EE | 61 | 57 | 0 | 7 | EA | 5E | 30 |
| Octal | 7 | 36 | 356 | 141 | 127 | 0 | 7 | 352 | 136 | 60 |
| Binary | 111 | 11110 | 11101110 | 1100001 | 1010111 | 0 | 111 | 11101010 | 1011110 | 110000 |
Color Harmonies of #071EEE
Complementary color
Monochromatic Colors of #071EEE
Black with #071EEE
Text Example
Text Example
White with #071EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EEE; }
p { color: rgb(7,30,238); }
H1.HeaderClassName
{
color: #071EEE;
}
.AnyTagClassName
{
color: #071EEE;
}
</style>
background-color css
<style>
a { background-color: #071EEE; }
a { background-color: rgb(7,30,238); }
div.DivClassName
{
background-color: #071EEE;
}
.BgClassName
{
background-color: #071EEE;
}
</style>
border-color css
<style>
span { border-color: #071EEE; }
span { border-color: rgb(7,30,238); }
td.TdClassName
{
border-color: #071EEE;
}
.TagClassName
{
border-color: #071EEE;
}
</style>