Shades of Medium Blue #071ECB
Tints of Medium Blue #071ECB
RGB
CMYK
RGB Variations
Color information
#071ECB (or 0x071ECB) is known color: Medium Blue. HEX triplet: 07, 1E and CB. RGB value is (7,30,203). Sum of RGB (Red+Green+Blue) = 7+30+203=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 203 (79.69% from 255 or 84.58% from 240); Max value from RGB is 203 - color contains mainly: blue. Hex color #071ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071ECB is #F8E134. Grayscale: #2A2A2A. Windows color (decimal): -16310581 or 13311495. OLE color: 13311495.
HSL color Cylindrical-coordinate representation of color #071ECB: hue angle of 232.96º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071ECB is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 30 | 203 | - |
| CMYK | 0.97 | 0.85 | 0 | 0.20 |
| HSL | 232.96º | 0.93% | 0.41% | - |
| HSV(B) | 232.96º | 0.97% | 0.8% | - |
| XYZ | 11.33 | 5.29 | 56.92 | - |
| YUV | 42.85 | 218.38 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 30 | 203 | 0.97 | 0.85 | 0 | 0.20 | 232.96 | 0.93 | 0.41 |
| Hex | 7 | 1E | CB | 61 | 55 | 0 | 14 | E9 | 5D | 29 |
| Octal | 7 | 36 | 313 | 141 | 125 | 0 | 24 | 351 | 135 | 51 |
| Binary | 111 | 11110 | 11001011 | 1100001 | 1010101 | 0 | 10100 | 11101001 | 1011101 | 101001 |
Color Harmonies of #071ECB
Complementary color
Monochromatic Colors of #071ECB
Black with #071ECB
Text Example
Text Example
White with #071ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071ECB; }
p { color: rgb(7,30,203); }
H1.HeaderClassName
{
color: #071ECB;
}
.AnyTagClassName
{
color: #071ECB;
}
</style>
background-color css
<style>
a { background-color: #071ECB; }
a { background-color: rgb(7,30,203); }
div.DivClassName
{
background-color: #071ECB;
}
.BgClassName
{
background-color: #071ECB;
}
</style>
border-color css
<style>
span { border-color: #071ECB; }
span { border-color: rgb(7,30,203); }
td.TdClassName
{
border-color: #071ECB;
}
.TagClassName
{
border-color: #071ECB;
}
</style>