Shades of Medium Blue #210ADA
Tints of Medium Blue #210ADA
RGB
CMYK
RGB Variations
Color information
#210ADA (or 0x210ADA) is known color: Medium Blue. HEX triplet: 21, 0A and DA. RGB value is (33,10,218). Sum of RGB (Red+Green+Blue) = 33+10+218=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 218 (85.55% from 255 or 83.52% from 261); Max value from RGB is 218 - color contains mainly: blue. Hex color #210ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ADA is #DEF525. Grayscale: #272727. Windows color (decimal): -14611750 or 14289441. OLE color: 14289441.
HSL color Cylindrical-coordinate representation of color #210ADA: hue angle of 246.63º 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 #210ADA is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 10 | 218 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.15 |
| HSL | 246.63º | 0.91% | 0.45% | - |
| HSV(B) | 246.63º | 0.95% | 0.85% | - |
| XYZ | 13.39 | 5.6 | 66.71 | - |
| YUV | 40.59 | 228.12 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 218 | 0.85 | 0.95 | 0 | 0.15 | 246.63 | 0.91 | 0.45 |
| Hex | 21 | A | DA | 55 | 5F | 0 | F | F7 | 5B | 2D |
| Octal | 41 | 12 | 332 | 125 | 137 | 0 | 17 | 367 | 133 | 55 |
| Binary | 100001 | 1010 | 11011010 | 1010101 | 1011111 | 0 | 1111 | 11110111 | 1011011 | 101101 |
Color Harmonies of #210ADA
Complementary color
Monochromatic Colors of #210ADA
Black with #210ADA
Text Example
Text Example
White with #210ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ADA; }
p { color: rgb(33,10,218); }
H1.HeaderClassName
{
color: #210ADA;
}
.AnyTagClassName
{
color: #210ADA;
}
</style>
background-color css
<style>
a { background-color: #210ADA; }
a { background-color: rgb(33,10,218); }
div.DivClassName
{
background-color: #210ADA;
}
.BgClassName
{
background-color: #210ADA;
}
</style>
border-color css
<style>
span { border-color: #210ADA; }
span { border-color: rgb(33,10,218); }
td.TdClassName
{
border-color: #210ADA;
}
.TagClassName
{
border-color: #210ADA;
}
</style>