Shades of Medium Blue #071EE0
Tints of Medium Blue #071EE0
RGB
CMYK
RGB Variations
Color information
#071EE0 (or 0x071EE0) is known color: Medium Blue. HEX triplet: 07, 1E and E0. RGB value is (7,30,224). Sum of RGB (Red+Green+Blue) = 7+30+224=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 224 (87.89% from 255 or 85.82% from 261); Max value from RGB is 224 - color contains mainly: blue. Hex color #071EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071EE0 is #F8E11F. Grayscale: #2C2C2C. Windows color (decimal): -16310560 or 14687751. OLE color: 14687751.
HSL color Cylindrical-coordinate representation of color #071EE0: hue angle of 233.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071EE0 is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 30 | 224 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.12 |
| HSL | 233.64º | 0.94% | 0.45% | - |
| HSV(B) | 233.64º | 0.97% | 0.88% | - |
| XYZ | 14.01 | 6.36 | 71.01 | - |
| YUV | 45.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 224 | 0.97 | 0.87 | 0 | 0.12 | 233.64 | 0.94 | 0.45 |
| Hex | 7 | 1E | E0 | 61 | 57 | 0 | C | EA | 5E | 2D |
| Octal | 7 | 36 | 340 | 141 | 127 | 0 | 14 | 352 | 136 | 55 |
| Binary | 111 | 11110 | 11100000 | 1100001 | 1010111 | 0 | 1100 | 11101010 | 1011110 | 101101 |
Color Harmonies of #071EE0
Complementary color
Monochromatic Colors of #071EE0
Black with #071EE0
Text Example
Text Example
White with #071EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071EE0; }
p { color: rgb(7,30,224); }
H1.HeaderClassName
{
color: #071EE0;
}
.AnyTagClassName
{
color: #071EE0;
}
</style>
background-color css
<style>
a { background-color: #071EE0; }
a { background-color: rgb(7,30,224); }
div.DivClassName
{
background-color: #071EE0;
}
.BgClassName
{
background-color: #071EE0;
}
</style>
border-color css
<style>
span { border-color: #071EE0; }
span { border-color: rgb(7,30,224); }
td.TdClassName
{
border-color: #071EE0;
}
.TagClassName
{
border-color: #071EE0;
}
</style>