Shades of Medium Blue #210AD7
Tints of Medium Blue #210AD7
RGB
CMYK
RGB Variations
Color information
#210AD7 (or 0x210AD7) is known color: Medium Blue. HEX triplet: 21, 0A and D7. RGB value is (33,10,215). Sum of RGB (Red+Green+Blue) = 33+10+215=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 215 (84.38% from 255 or 83.33% from 258); Max value from RGB is 215 - color contains mainly: blue. Hex color #210AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AD7 is #DEF528. Grayscale: #272727. Windows color (decimal): -14611753 or 14092833. OLE color: 14092833.
HSL color Cylindrical-coordinate representation of color #210AD7: hue angle of 246.73º 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 #210AD7 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 10 | 215 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.16 |
| HSL | 246.73º | 0.91% | 0.44% | - |
| HSV(B) | 246.73º | 0.95% | 0.84% | - |
| XYZ | 13 | 5.45 | 64.66 | - |
| YUV | 40.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 215 | 0.85 | 0.95 | 0 | 0.16 | 246.73 | 0.91 | 0.44 |
| Hex | 21 | A | D7 | 55 | 5F | 0 | 10 | F7 | 5B | 2C |
| Octal | 41 | 12 | 327 | 125 | 137 | 0 | 20 | 367 | 133 | 54 |
| Binary | 100001 | 1010 | 11010111 | 1010101 | 1011111 | 0 | 10000 | 11110111 | 1011011 | 101100 |
Color Harmonies of #210AD7
Complementary color
Monochromatic Colors of #210AD7
Black with #210AD7
Text Example
Text Example
White with #210AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AD7; }
p { color: rgb(33,10,215); }
H1.HeaderClassName
{
color: #210AD7;
}
.AnyTagClassName
{
color: #210AD7;
}
</style>
background-color css
<style>
a { background-color: #210AD7; }
a { background-color: rgb(33,10,215); }
div.DivClassName
{
background-color: #210AD7;
}
.BgClassName
{
background-color: #210AD7;
}
</style>
border-color css
<style>
span { border-color: #210AD7; }
span { border-color: rgb(33,10,215); }
td.TdClassName
{
border-color: #210AD7;
}
.TagClassName
{
border-color: #210AD7;
}
</style>