Shades of Medium Blue #0211DD
Tints of Medium Blue #0211DD
RGB
CMYK
RGB Variations
Color information
#0211DD (or 0x0211DD) is known color: Medium Blue. HEX triplet: 02, 11 and DD. RGB value is (2,17,221). Sum of RGB (Red+Green+Blue) = 2+17+221=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #0211DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0211DD is #FDEE22. Grayscale: #222222. Windows color (decimal): -16641571 or 14487810. OLE color: 14487810.
HSL color Cylindrical-coordinate representation of color #0211DD: hue angle of 235.89º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0211DD is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 17 | 221 | - |
| CMYK | 0.99 | 0.92 | 0 | 0.13 |
| HSL | 235.89º | 0.98% | 0.44% | - |
| HSV(B) | 235.89º | 0.99% | 0.87% | - |
| XYZ | 13.28 | 5.63 | 68.79 | - |
| YUV | 35.77 | 232.53 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 221 | 0.99 | 0.92 | 0 | 0.13 | 235.89 | 0.98 | 0.44 |
| Hex | 2 | 11 | DD | 63 | 5C | 0 | D | EC | 62 | 2C |
| Octal | 2 | 21 | 335 | 143 | 134 | 0 | 15 | 354 | 142 | 54 |
| Binary | 10 | 10001 | 11011101 | 1100011 | 1011100 | 0 | 1101 | 11101100 | 1100010 | 101100 |
Color Harmonies of #0211DD
Complementary color
Monochromatic Colors of #0211DD
Black with #0211DD
Text Example
Text Example
White with #0211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0211DD; }
p { color: rgb(2,17,221); }
H1.HeaderClassName
{
color: #0211DD;
}
.AnyTagClassName
{
color: #0211DD;
}
</style>
background-color css
<style>
a { background-color: #0211DD; }
a { background-color: rgb(2,17,221); }
div.DivClassName
{
background-color: #0211DD;
}
.BgClassName
{
background-color: #0211DD;
}
</style>
border-color css
<style>
span { border-color: #0211DD; }
span { border-color: rgb(2,17,221); }
td.TdClassName
{
border-color: #0211DD;
}
.TagClassName
{
border-color: #0211DD;
}
</style>