Shades of Medium Blue #210EDB
Tints of Medium Blue #210EDB
RGB
CMYK
RGB Variations
Color information
#210EDB (or 0x210EDB) is known color: Medium Blue. HEX triplet: 21, 0E and DB. RGB value is (33,14,219). Sum of RGB (Red+Green+Blue) = 33+14+219=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #210EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EDB is #DEF124. Grayscale: #2A2A2A. Windows color (decimal): -14610725 or 14356001. OLE color: 14356001.
HSL color Cylindrical-coordinate representation of color #210EDB: hue angle of 245.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210EDB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 14 | 219 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.14 |
| HSL | 245.56º | 0.88% | 0.46% | - |
| HSV(B) | 245.56º | 0.94% | 0.86% | - |
| XYZ | 13.57 | 5.75 | 67.41 | - |
| YUV | 43.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 219 | 0.85 | 0.94 | 0 | 0.14 | 245.56 | 0.88 | 0.46 |
| Hex | 21 | E | DB | 55 | 5E | 0 | E | F6 | 58 | 2E |
| Octal | 41 | 16 | 333 | 125 | 136 | 0 | 16 | 366 | 130 | 56 |
| Binary | 100001 | 1110 | 11011011 | 1010101 | 1011110 | 0 | 1110 | 11110110 | 1011000 | 101110 |
Color Harmonies of #210EDB
Complementary color
Monochromatic Colors of #210EDB
Black with #210EDB
Text Example
Text Example
White with #210EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EDB; }
p { color: rgb(33,14,219); }
H1.HeaderClassName
{
color: #210EDB;
}
.AnyTagClassName
{
color: #210EDB;
}
</style>
background-color css
<style>
a { background-color: #210EDB; }
a { background-color: rgb(33,14,219); }
div.DivClassName
{
background-color: #210EDB;
}
.BgClassName
{
background-color: #210EDB;
}
</style>
border-color css
<style>
span { border-color: #210EDB; }
span { border-color: rgb(33,14,219); }
td.TdClassName
{
border-color: #210EDB;
}
.TagClassName
{
border-color: #210EDB;
}
</style>