Shades of Medium Blue #210AD6
Tints of Medium Blue #210AD6
RGB
CMYK
RGB Variations
Color information
#210AD6 (or 0x210AD6) is known color: Medium Blue. HEX triplet: 21, 0A and D6. RGB value is (33,10,214). Sum of RGB (Red+Green+Blue) = 33+10+214=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 214 (83.98% from 255 or 83.27% from 257); Max value from RGB is 214 - color contains mainly: blue. Hex color #210AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AD6 is #DEF529. Grayscale: #272727. Windows color (decimal): -14611754 or 14027297. OLE color: 14027297.
HSL color Cylindrical-coordinate representation of color #210AD6: hue angle of 246.76º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AD6 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 10 | 214 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.16 |
| HSL | 246.76º | 0.91% | 0.44% | - |
| HSV(B) | 246.76º | 0.95% | 0.84% | - |
| XYZ | 12.87 | 5.4 | 63.98 | - |
| YUV | 40.13 | 226.12 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 214 | 0.85 | 0.95 | 0 | 0.16 | 246.76 | 0.91 | 0.44 |
| Hex | 21 | A | D6 | 55 | 5F | 0 | 10 | F7 | 5B | 2C |
| Octal | 41 | 12 | 326 | 125 | 137 | 0 | 20 | 367 | 133 | 54 |
| Binary | 100001 | 1010 | 11010110 | 1010101 | 1011111 | 0 | 10000 | 11110111 | 1011011 | 101100 |
Color Harmonies of #210AD6
Complementary color
Monochromatic Colors of #210AD6
Black with #210AD6
Text Example
Text Example
White with #210AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AD6; }
p { color: rgb(33,10,214); }
H1.HeaderClassName
{
color: #210AD6;
}
.AnyTagClassName
{
color: #210AD6;
}
</style>
background-color css
<style>
a { background-color: #210AD6; }
a { background-color: rgb(33,10,214); }
div.DivClassName
{
background-color: #210AD6;
}
.BgClassName
{
background-color: #210AD6;
}
</style>
border-color css
<style>
span { border-color: #210AD6; }
span { border-color: rgb(33,10,214); }
td.TdClassName
{
border-color: #210AD6;
}
.TagClassName
{
border-color: #210AD6;
}
</style>