Shades of Medium Blue #210AD0
Tints of Medium Blue #210AD0
RGB
CMYK
RGB Variations
Color information
#210AD0 (or 0x210AD0) is known color: Medium Blue. HEX triplet: 21, 0A and D0. RGB value is (33,10,208). Sum of RGB (Red+Green+Blue) = 33+10+208=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 208 (81.64% from 255 or 82.87% from 251); Max value from RGB is 208 - color contains mainly: blue. Hex color #210AD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AD0 is #DEF52F. Grayscale: #262626. Windows color (decimal): -14611760 or 13634081. OLE color: 13634081.
HSL color Cylindrical-coordinate representation of color #210AD0: hue angle of 246.97º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AD0 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 10 | 208 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.18 |
| HSL | 246.97º | 0.91% | 0.43% | - |
| HSV(B) | 246.97º | 0.95% | 0.82% | - |
| XYZ | 12.12 | 5.09 | 60.02 | - |
| YUV | 39.45 | 223.12 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 208 | 0.84 | 0.95 | 0 | 0.18 | 246.97 | 0.91 | 0.43 |
| Hex | 21 | A | D0 | 54 | 5F | 0 | 12 | F7 | 5B | 2B |
| Octal | 41 | 12 | 320 | 124 | 137 | 0 | 22 | 367 | 133 | 53 |
| Binary | 100001 | 1010 | 11010000 | 1010100 | 1011111 | 0 | 10010 | 11110111 | 1011011 | 101011 |
Color Harmonies of #210AD0
Complementary color
Monochromatic Colors of #210AD0
Black with #210AD0
Text Example
Text Example
White with #210AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AD0; }
p { color: rgb(33,10,208); }
H1.HeaderClassName
{
color: #210AD0;
}
.AnyTagClassName
{
color: #210AD0;
}
</style>
background-color css
<style>
a { background-color: #210AD0; }
a { background-color: rgb(33,10,208); }
div.DivClassName
{
background-color: #210AD0;
}
.BgClassName
{
background-color: #210AD0;
}
</style>
border-color css
<style>
span { border-color: #210AD0; }
span { border-color: rgb(33,10,208); }
td.TdClassName
{
border-color: #210AD0;
}
.TagClassName
{
border-color: #210AD0;
}
</style>