Shades of Medium Blue #210AD9
Tints of Medium Blue #210AD9
RGB
CMYK
RGB Variations
Color information
#210AD9 (or 0x210AD9) is known color: Medium Blue. HEX triplet: 21, 0A and D9. RGB value is (33,10,217). Sum of RGB (Red+Green+Blue) = 33+10+217=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 217 (85.16% from 255 or 83.46% from 260); Max value from RGB is 217 - color contains mainly: blue. Hex color #210AD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AD9 is #DEF526. Grayscale: #272727. Windows color (decimal): -14611751 or 14223905. OLE color: 14223905.
HSL color Cylindrical-coordinate representation of color #210AD9: hue angle of 246.67º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AD9 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 10 | 217 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.15 |
| HSL | 246.67º | 0.91% | 0.45% | - |
| HSV(B) | 246.67º | 0.95% | 0.85% | - |
| XYZ | 13.26 | 5.55 | 66.02 | - |
| YUV | 40.48 | 227.62 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 217 | 0.85 | 0.95 | 0 | 0.15 | 246.67 | 0.91 | 0.45 |
| Hex | 21 | A | D9 | 55 | 5F | 0 | F | F7 | 5B | 2D |
| Octal | 41 | 12 | 331 | 125 | 137 | 0 | 17 | 367 | 133 | 55 |
| Binary | 100001 | 1010 | 11011001 | 1010101 | 1011111 | 0 | 1111 | 11110111 | 1011011 | 101101 |
Color Harmonies of #210AD9
Complementary color
Monochromatic Colors of #210AD9
Black with #210AD9
Text Example
Text Example
White with #210AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AD9; }
p { color: rgb(33,10,217); }
H1.HeaderClassName
{
color: #210AD9;
}
.AnyTagClassName
{
color: #210AD9;
}
</style>
background-color css
<style>
a { background-color: #210AD9; }
a { background-color: rgb(33,10,217); }
div.DivClassName
{
background-color: #210AD9;
}
.BgClassName
{
background-color: #210AD9;
}
</style>
border-color css
<style>
span { border-color: #210AD9; }
span { border-color: rgb(33,10,217); }
td.TdClassName
{
border-color: #210AD9;
}
.TagClassName
{
border-color: #210AD9;
}
</style>