Shades of Blue #0211EC
Tints of Blue #0211EC
RGB
CMYK
RGB Variations
Color information
#0211EC (or 0x0211EC) is known color: Blue. HEX triplet: 02, 11 and EC. RGB value is (2,17,236). Sum of RGB (Red+Green+Blue) = 2+17+236=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 236 (92.58% from 255 or 92.55% from 255); Max value from RGB is 236 - color contains mainly: blue. Hex color #0211EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0211EC is #FDEE13. Grayscale: #242424. Windows color (decimal): -16641556 or 15470850. OLE color: 15470850.
HSL color Cylindrical-coordinate representation of color #0211EC: hue angle of 236.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211EC is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 17 | 236 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.07 |
| HSL | 236.15º | 0.98% | 0.47% | - |
| HSV(B) | 236.15º | 0.99% | 0.93% | - |
| XYZ | 15.37 | 6.47 | 79.8 | - |
| YUV | 37.48 | 240.03 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 236 | 0.99 | 0.93 | 0 | 0.07 | 236.15 | 0.98 | 0.47 |
| Hex | 2 | 11 | EC | 63 | 5D | 0 | 7 | EC | 62 | 2F |
| Octal | 2 | 21 | 354 | 143 | 135 | 0 | 7 | 354 | 142 | 57 |
| Binary | 10 | 10001 | 11101100 | 1100011 | 1011101 | 0 | 111 | 11101100 | 1100010 | 101111 |
Color Harmonies of #0211EC
Complementary color
Monochromatic Colors of #0211EC
Black with #0211EC
Text Example
Text Example
White with #0211EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211EC; }
p { color: rgb(2,17,236); }
H1.HeaderClassName
{
color: #0211EC;
}
.AnyTagClassName
{
color: #0211EC;
}
</style>
background-color css
<style>
a { background-color: #0211EC; }
a { background-color: rgb(2,17,236); }
div.DivClassName
{
background-color: #0211EC;
}
.BgClassName
{
background-color: #0211EC;
}
</style>
border-color css
<style>
span { border-color: #0211EC; }
span { border-color: rgb(2,17,236); }
td.TdClassName
{
border-color: #0211EC;
}
.TagClassName
{
border-color: #0211EC;
}
</style>