Shades of Medium Blue #0211E4
Tints of Medium Blue #0211E4
RGB
CMYK
RGB Variations
Color information
#0211E4 (or 0x0211E4) is known color: Medium Blue. HEX triplet: 02, 11 and E4. RGB value is (2,17,228). Sum of RGB (Red+Green+Blue) = 2+17+228=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 228 (89.45% from 255 or 92.31% from 247); Max value from RGB is 228 - color contains mainly: blue. Hex color #0211E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211E4 is #FDEE1B. Grayscale: #232323. Windows color (decimal): -16641564 or 14946562. OLE color: 14946562.
HSL color Cylindrical-coordinate representation of color #0211E4: hue angle of 236.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211E4 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 17 | 228 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.11 |
| HSL | 236.02º | 0.98% | 0.45% | - |
| HSV(B) | 236.02º | 0.99% | 0.89% | - |
| XYZ | 14.23 | 6.02 | 73.81 | - |
| YUV | 36.57 | 236.03 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 228 | 0.99 | 0.93 | 0 | 0.11 | 236.02 | 0.98 | 0.45 |
| Hex | 2 | 11 | E4 | 63 | 5D | 0 | B | EC | 62 | 2D |
| Octal | 2 | 21 | 344 | 143 | 135 | 0 | 13 | 354 | 142 | 55 |
| Binary | 10 | 10001 | 11100100 | 1100011 | 1011101 | 0 | 1011 | 11101100 | 1100010 | 101101 |
Color Harmonies of #0211E4
Complementary color
Monochromatic Colors of #0211E4
Black with #0211E4
Text Example
Text Example
White with #0211E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211E4; }
p { color: rgb(2,17,228); }
H1.HeaderClassName
{
color: #0211E4;
}
.AnyTagClassName
{
color: #0211E4;
}
</style>
background-color css
<style>
a { background-color: #0211E4; }
a { background-color: rgb(2,17,228); }
div.DivClassName
{
background-color: #0211E4;
}
.BgClassName
{
background-color: #0211E4;
}
</style>
border-color css
<style>
span { border-color: #0211E4; }
span { border-color: rgb(2,17,228); }
td.TdClassName
{
border-color: #0211E4;
}
.TagClassName
{
border-color: #0211E4;
}
</style>