Shades of Medium Blue #0210DD
Tints of Medium Blue #0210DD
RGB
CMYK
RGB Variations
Color information
#0210DD (or 0x0210DD) is known color: Medium Blue. HEX triplet: 02, 10 and DD. RGB value is (2,16,221). Sum of RGB (Red+Green+Blue) = 2+16+221=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #0210DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210DD is #FDEF22. Grayscale: #222222. Windows color (decimal): -16641827 or 14487554. OLE color: 14487554.
HSL color Cylindrical-coordinate representation of color #0210DD: hue angle of 236.16º 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 #0210DD is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 16 | 221 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.13 |
| HSL | 236.16º | 0.98% | 0.44% | - |
| HSV(B) | 236.16º | 0.99% | 0.87% | - |
| XYZ | 13.26 | 5.6 | 68.79 | - |
| YUV | 35.18 | 232.86 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 221 | 0.99 | 0.93 | 0 | 0.13 | 236.16 | 0.98 | 0.44 |
| Hex | 2 | 10 | DD | 63 | 5D | 0 | D | EC | 62 | 2C |
| Octal | 2 | 20 | 335 | 143 | 135 | 0 | 15 | 354 | 142 | 54 |
| Binary | 10 | 10000 | 11011101 | 1100011 | 1011101 | 0 | 1101 | 11101100 | 1100010 | 101100 |
Color Harmonies of #0210DD
Complementary color
Monochromatic Colors of #0210DD
Black with #0210DD
Text Example
Text Example
White with #0210DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0210DD; }
p { color: rgb(2,16,221); }
H1.HeaderClassName
{
color: #0210DD;
}
.AnyTagClassName
{
color: #0210DD;
}
</style>
background-color css
<style>
a { background-color: #0210DD; }
a { background-color: rgb(2,16,221); }
div.DivClassName
{
background-color: #0210DD;
}
.BgClassName
{
background-color: #0210DD;
}
</style>
border-color css
<style>
span { border-color: #0210DD; }
span { border-color: rgb(2,16,221); }
td.TdClassName
{
border-color: #0210DD;
}
.TagClassName
{
border-color: #0210DD;
}
</style>