Shades of Medium Blue #210DBD
Tints of Medium Blue #210DBD
RGB
CMYK
RGB Variations
Color information
#210DBD (or 0x210DBD) is known color: Medium Blue. HEX triplet: 21, 0D and BD. RGB value is (33,13,189). Sum of RGB (Red+Green+Blue) = 33+13+189=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 189 (74.22% from 255 or 80.43% from 235); Max value from RGB is 189 - color contains mainly: blue. Hex color #210DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DBD is #DEF242. Grayscale: #262626. Windows color (decimal): -14611011 or 12389665. OLE color: 12389665.
HSL color Cylindrical-coordinate representation of color #210DBD: hue angle of 246.82º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210DBD is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 13 | 189 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.26 |
| HSL | 246.82º | 0.87% | 0.4% | - |
| HSV(B) | 246.82º | 0.93% | 0.74% | - |
| XYZ | 9.96 | 4.29 | 48.45 | - |
| YUV | 39.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 189 | 0.83 | 0.93 | 0 | 0.26 | 246.82 | 0.87 | 0.4 |
| Hex | 21 | D | BD | 53 | 5D | 0 | 1A | F7 | 57 | 28 |
| Octal | 41 | 15 | 275 | 123 | 135 | 0 | 32 | 367 | 127 | 50 |
| Binary | 100001 | 1101 | 10111101 | 1010011 | 1011101 | 0 | 11010 | 11110111 | 1010111 | 101000 |
Color Harmonies of #210DBD
Complementary color
Monochromatic Colors of #210DBD
Black with #210DBD
Text Example
Text Example
White with #210DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DBD; }
p { color: rgb(33,13,189); }
H1.HeaderClassName
{
color: #210DBD;
}
.AnyTagClassName
{
color: #210DBD;
}
</style>
background-color css
<style>
a { background-color: #210DBD; }
a { background-color: rgb(33,13,189); }
div.DivClassName
{
background-color: #210DBD;
}
.BgClassName
{
background-color: #210DBD;
}
</style>
border-color css
<style>
span { border-color: #210DBD; }
span { border-color: rgb(33,13,189); }
td.TdClassName
{
border-color: #210DBD;
}
.TagClassName
{
border-color: #210DBD;
}
</style>