Shades of Blue #0211EE
Tints of Blue #0211EE
RGB
CMYK
RGB Variations
Color information
#0211EE (or 0x0211EE) is known color: Blue. HEX triplet: 02, 11 and EE. RGB value is (2,17,238). Sum of RGB (Red+Green+Blue) = 2+17+238=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 238 (93.36% from 255 or 92.61% from 257); Max value from RGB is 238 - color contains mainly: blue. Hex color #0211EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0211EE is #FDEE11. Grayscale: #242424. Windows color (decimal): -16641554 or 15601922. OLE color: 15601922.
HSL color Cylindrical-coordinate representation of color #0211EE: hue angle of 236.19º 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 #0211EE is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 17 | 238 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.07 |
| HSL | 236.19º | 0.98% | 0.47% | - |
| HSV(B) | 236.19º | 0.99% | 0.93% | - |
| XYZ | 15.66 | 6.59 | 81.34 | - |
| YUV | 37.71 | 241.03 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 238 | 0.99 | 0.93 | 0 | 0.07 | 236.19 | 0.98 | 0.47 |
| Hex | 2 | 11 | EE | 63 | 5D | 0 | 7 | EC | 62 | 2F |
| Octal | 2 | 21 | 356 | 143 | 135 | 0 | 7 | 354 | 142 | 57 |
| Binary | 10 | 10001 | 11101110 | 1100011 | 1011101 | 0 | 111 | 11101100 | 1100010 | 101111 |
Color Harmonies of #0211EE
Complementary color
Monochromatic Colors of #0211EE
Black with #0211EE
Text Example
Text Example
White with #0211EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211EE; }
p { color: rgb(2,17,238); }
H1.HeaderClassName
{
color: #0211EE;
}
.AnyTagClassName
{
color: #0211EE;
}
</style>
background-color css
<style>
a { background-color: #0211EE; }
a { background-color: rgb(2,17,238); }
div.DivClassName
{
background-color: #0211EE;
}
.BgClassName
{
background-color: #0211EE;
}
</style>
border-color css
<style>
span { border-color: #0211EE; }
span { border-color: rgb(2,17,238); }
td.TdClassName
{
border-color: #0211EE;
}
.TagClassName
{
border-color: #0211EE;
}
</style>