Shades of Blue #0211E7
Tints of Blue #0211E7
RGB
CMYK
RGB Variations
Color information
#0211E7 (or 0x0211E7) is known color: Blue. HEX triplet: 02, 11 and E7. RGB value is (2,17,231). Sum of RGB (Red+Green+Blue) = 2+17+231=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 231 (90.62% from 255 or 92.4% from 250); Max value from RGB is 231 - color contains mainly: blue. Hex color #0211E7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0211E7 is #FDEE18. Grayscale: #242424. Windows color (decimal): -16641561 or 15143170. OLE color: 15143170.
HSL color Cylindrical-coordinate representation of color #0211E7: hue angle of 236.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211E7 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 17 | 231 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.09 |
| HSL | 236.07º | 0.98% | 0.46% | - |
| HSV(B) | 236.07º | 0.99% | 0.91% | - |
| XYZ | 14.65 | 6.18 | 76.02 | - |
| YUV | 36.91 | 237.53 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 231 | 0.99 | 0.93 | 0 | 0.09 | 236.07 | 0.98 | 0.46 |
| Hex | 2 | 11 | E7 | 63 | 5D | 0 | 9 | EC | 62 | 2E |
| Octal | 2 | 21 | 347 | 143 | 135 | 0 | 11 | 354 | 142 | 56 |
| Binary | 10 | 10001 | 11100111 | 1100011 | 1011101 | 0 | 1001 | 11101100 | 1100010 | 101110 |
Color Harmonies of #0211E7
Complementary color
Monochromatic Colors of #0211E7
Black with #0211E7
Text Example
Text Example
White with #0211E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211E7; }
p { color: rgb(2,17,231); }
H1.HeaderClassName
{
color: #0211E7;
}
.AnyTagClassName
{
color: #0211E7;
}
</style>
background-color css
<style>
a { background-color: #0211E7; }
a { background-color: rgb(2,17,231); }
div.DivClassName
{
background-color: #0211E7;
}
.BgClassName
{
background-color: #0211E7;
}
</style>
border-color css
<style>
span { border-color: #0211E7; }
span { border-color: rgb(2,17,231); }
td.TdClassName
{
border-color: #0211E7;
}
.TagClassName
{
border-color: #0211E7;
}
</style>