Shades of Medium Blue #210BDB
Tints of Medium Blue #210BDB
RGB
CMYK
RGB Variations
Color information
#210BDB (or 0x210BDB) is known color: Medium Blue. HEX triplet: 21, 0B and DB. RGB value is (33,11,219). Sum of RGB (Red+Green+Blue) = 33+11+219=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 219 (85.94% from 255 or 83.27% from 263); Max value from RGB is 219 - color contains mainly: blue. Hex color #210BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BDB is #DEF424. Grayscale: #282828. Windows color (decimal): -14611493 or 14355233. OLE color: 14355233.
HSL color Cylindrical-coordinate representation of color #210BDB: hue angle of 246.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BDB is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 11 | 219 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.14 |
| HSL | 246.35º | 0.9% | 0.45% | - |
| HSV(B) | 246.35º | 0.95% | 0.86% | - |
| XYZ | 13.53 | 5.68 | 67.4 | - |
| YUV | 41.29 | 228.29 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 219 | 0.85 | 0.95 | 0 | 0.14 | 246.35 | 0.9 | 0.45 |
| Hex | 21 | B | DB | 55 | 5F | 0 | E | F6 | 5A | 2D |
| Octal | 41 | 13 | 333 | 125 | 137 | 0 | 16 | 366 | 132 | 55 |
| Binary | 100001 | 1011 | 11011011 | 1010101 | 1011111 | 0 | 1110 | 11110110 | 1011010 | 101101 |
Color Harmonies of #210BDB
Complementary color
Monochromatic Colors of #210BDB
Black with #210BDB
Text Example
Text Example
White with #210BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BDB; }
p { color: rgb(33,11,219); }
H1.HeaderClassName
{
color: #210BDB;
}
.AnyTagClassName
{
color: #210BDB;
}
</style>
background-color css
<style>
a { background-color: #210BDB; }
a { background-color: rgb(33,11,219); }
div.DivClassName
{
background-color: #210BDB;
}
.BgClassName
{
background-color: #210BDB;
}
</style>
border-color css
<style>
span { border-color: #210BDB; }
span { border-color: rgb(33,11,219); }
td.TdClassName
{
border-color: #210BDB;
}
.TagClassName
{
border-color: #210BDB;
}
</style>