Shades of Medium Blue #210FDB
Tints of Medium Blue #210FDB
RGB
CMYK
RGB Variations
Color information
#210FDB (or 0x210FDB) is known color: Medium Blue. HEX triplet: 21, 0F and DB. RGB value is (33,15,219). Sum of RGB (Red+Green+Blue) = 33+15+219=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 219 (85.94% from 255 or 82.02% from 267); Max value from RGB is 219 - color contains mainly: blue. Hex color #210FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FDB is #DEF024. Grayscale: #2A2A2A. Windows color (decimal): -14610469 or 14356257. OLE color: 14356257.
HSL color Cylindrical-coordinate representation of color #210FDB: hue angle of 245.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FDB is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 15 | 219 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.14 |
| HSL | 245.29º | 0.87% | 0.46% | - |
| HSV(B) | 245.29º | 0.93% | 0.86% | - |
| XYZ | 13.58 | 5.78 | 67.42 | - |
| YUV | 43.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 219 | 0.85 | 0.93 | 0 | 0.14 | 245.29 | 0.87 | 0.46 |
| Hex | 21 | F | DB | 55 | 5D | 0 | E | F5 | 57 | 2E |
| Octal | 41 | 17 | 333 | 125 | 135 | 0 | 16 | 365 | 127 | 56 |
| Binary | 100001 | 1111 | 11011011 | 1010101 | 1011101 | 0 | 1110 | 11110101 | 1010111 | 101110 |
Color Harmonies of #210FDB
Complementary color
Monochromatic Colors of #210FDB
Black with #210FDB
Text Example
Text Example
White with #210FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FDB; }
p { color: rgb(33,15,219); }
H1.HeaderClassName
{
color: #210FDB;
}
.AnyTagClassName
{
color: #210FDB;
}
</style>
background-color css
<style>
a { background-color: #210FDB; }
a { background-color: rgb(33,15,219); }
div.DivClassName
{
background-color: #210FDB;
}
.BgClassName
{
background-color: #210FDB;
}
</style>
border-color css
<style>
span { border-color: #210FDB; }
span { border-color: rgb(33,15,219); }
td.TdClassName
{
border-color: #210FDB;
}
.TagClassName
{
border-color: #210FDB;
}
</style>