Shades of Medium Blue #210DDC
Tints of Medium Blue #210DDC
RGB
CMYK
RGB Variations
Color information
#210DDC (or 0x210DDC) is known color: Medium Blue. HEX triplet: 21, 0D and DC. RGB value is (33,13,220). Sum of RGB (Red+Green+Blue) = 33+13+220=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 220 (86.33% from 255 or 82.71% from 266); Max value from RGB is 220 - color contains mainly: blue. Hex color #210DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210DDC is #DEF223. Grayscale: #292929. Windows color (decimal): -14610980 or 14421281. OLE color: 14421281.
HSL color Cylindrical-coordinate representation of color #210DDC: hue angle of 245.8º degrees, saturation: 0.89, 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 #210DDC is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 13 | 220 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.14 |
| HSL | 245.8º | 0.89% | 0.46% | - |
| HSV(B) | 245.8º | 0.94% | 0.86% | - |
| XYZ | 13.69 | 5.78 | 68.1 | - |
| YUV | 42.58 | 228.13 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 220 | 0.85 | 0.94 | 0 | 0.14 | 245.8 | 0.89 | 0.46 |
| Hex | 21 | D | DC | 55 | 5E | 0 | E | F6 | 59 | 2E |
| Octal | 41 | 15 | 334 | 125 | 136 | 0 | 16 | 366 | 131 | 56 |
| Binary | 100001 | 1101 | 11011100 | 1010101 | 1011110 | 0 | 1110 | 11110110 | 1011001 | 101110 |
Color Harmonies of #210DDC
Complementary color
Monochromatic Colors of #210DDC
Black with #210DDC
Text Example
Text Example
White with #210DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210DDC; }
p { color: rgb(33,13,220); }
H1.HeaderClassName
{
color: #210DDC;
}
.AnyTagClassName
{
color: #210DDC;
}
</style>
background-color css
<style>
a { background-color: #210DDC; }
a { background-color: rgb(33,13,220); }
div.DivClassName
{
background-color: #210DDC;
}
.BgClassName
{
background-color: #210DDC;
}
</style>
border-color css
<style>
span { border-color: #210DDC; }
span { border-color: rgb(33,13,220); }
td.TdClassName
{
border-color: #210DDC;
}
.TagClassName
{
border-color: #210DDC;
}
</style>