Shades of Medium Blue #210DDB
Tints of Medium Blue #210DDB
RGB
CMYK
RGB Variations
Color information
#210DDB (or 0x210DDB) is known color: Medium Blue. HEX triplet: 21, 0D and DB. RGB value is (33,13,219). Sum of RGB (Red+Green+Blue) = 33+13+219=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 219 (85.94% from 255 or 82.64% from 265); Max value from RGB is 219 - color contains mainly: blue. Hex color #210DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DDB is #DEF224. Grayscale: #292929. Windows color (decimal): -14610981 or 14355745. OLE color: 14355745.
HSL color Cylindrical-coordinate representation of color #210DDB: hue angle of 245.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210DDB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 13 | 219 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.14 |
| HSL | 245.83º | 0.89% | 0.45% | - |
| HSV(B) | 245.83º | 0.94% | 0.86% | - |
| XYZ | 13.56 | 5.73 | 67.41 | - |
| YUV | 42.46 | 227.63 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 219 | 0.85 | 0.94 | 0 | 0.14 | 245.83 | 0.89 | 0.45 |
| Hex | 21 | D | DB | 55 | 5E | 0 | E | F6 | 59 | 2D |
| Octal | 41 | 15 | 333 | 125 | 136 | 0 | 16 | 366 | 131 | 55 |
| Binary | 100001 | 1101 | 11011011 | 1010101 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101101 |
Color Harmonies of #210DDB
Complementary color
Monochromatic Colors of #210DDB
Black with #210DDB
Text Example
Text Example
White with #210DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DDB; }
p { color: rgb(33,13,219); }
H1.HeaderClassName
{
color: #210DDB;
}
.AnyTagClassName
{
color: #210DDB;
}
</style>
background-color css
<style>
a { background-color: #210DDB; }
a { background-color: rgb(33,13,219); }
div.DivClassName
{
background-color: #210DDB;
}
.BgClassName
{
background-color: #210DDB;
}
</style>
border-color css
<style>
span { border-color: #210DDB; }
span { border-color: rgb(33,13,219); }
td.TdClassName
{
border-color: #210DDB;
}
.TagClassName
{
border-color: #210DDB;
}
</style>