Shades of Medium Blue #210DDD
Tints of Medium Blue #210DDD
RGB
CMYK
RGB Variations
Color information
#210DDD (or 0x210DDD) is known color: Medium Blue. HEX triplet: 21, 0D and DD. RGB value is (33,13,221). Sum of RGB (Red+Green+Blue) = 33+13+221=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #210DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DDD is #DEF222. Grayscale: #292929. Windows color (decimal): -14610979 or 14486817. OLE color: 14486817.
HSL color Cylindrical-coordinate representation of color #210DDD: hue angle of 245.77º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DDD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 13 | 221 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.13 |
| HSL | 245.77º | 0.89% | 0.46% | - |
| HSV(B) | 245.77º | 0.94% | 0.87% | - |
| XYZ | 13.82 | 5.83 | 68.8 | - |
| YUV | 42.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 221 | 0.85 | 0.94 | 0 | 0.13 | 245.77 | 0.89 | 0.46 |
| Hex | 21 | D | DD | 55 | 5E | 0 | D | F6 | 59 | 2E |
| Octal | 41 | 15 | 335 | 125 | 136 | 0 | 15 | 366 | 131 | 56 |
| Binary | 100001 | 1101 | 11011101 | 1010101 | 1011110 | 0 | 1101 | 11110110 | 1011001 | 101110 |
Color Harmonies of #210DDD
Complementary color
Monochromatic Colors of #210DDD
Black with #210DDD
Text Example
Text Example
White with #210DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DDD; }
p { color: rgb(33,13,221); }
H1.HeaderClassName
{
color: #210DDD;
}
.AnyTagClassName
{
color: #210DDD;
}
</style>
background-color css
<style>
a { background-color: #210DDD; }
a { background-color: rgb(33,13,221); }
div.DivClassName
{
background-color: #210DDD;
}
.BgClassName
{
background-color: #210DDD;
}
</style>
border-color css
<style>
span { border-color: #210DDD; }
span { border-color: rgb(33,13,221); }
td.TdClassName
{
border-color: #210DDD;
}
.TagClassName
{
border-color: #210DDD;
}
</style>