Shades of Medium Blue #210ABA
Tints of Medium Blue #210ABA
RGB
CMYK
RGB Variations
Color information
#210ABA (or 0x210ABA) is known color: Medium Blue. HEX triplet: 21, 0A and BA. RGB value is (33,10,186). Sum of RGB (Red+Green+Blue) = 33+10+186=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 186 (73.05% from 255 or 81.22% from 229); Max value from RGB is 186 - color contains mainly: blue. Hex color #210ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ABA is #DEF545. Grayscale: #242424. Windows color (decimal): -14611782 or 12192289. OLE color: 12192289.
HSL color Cylindrical-coordinate representation of color #210ABA: hue angle of 247.84º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ABA is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 10 | 186 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.27 |
| HSL | 247.84º | 0.9% | 0.38% | - |
| HSV(B) | 247.84º | 0.95% | 0.73% | - |
| XYZ | 9.6 | 4.09 | 46.74 | - |
| YUV | 36.94 | 212.12 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 186 | 0.82 | 0.95 | 0 | 0.27 | 247.84 | 0.9 | 0.38 |
| Hex | 21 | A | BA | 52 | 5F | 0 | 1B | F8 | 5A | 26 |
| Octal | 41 | 12 | 272 | 122 | 137 | 0 | 33 | 370 | 132 | 46 |
| Binary | 100001 | 1010 | 10111010 | 1010010 | 1011111 | 0 | 11011 | 11111000 | 1011010 | 100110 |
Color Harmonies of #210ABA
Complementary color
Monochromatic Colors of #210ABA
Black with #210ABA
Text Example
Text Example
White with #210ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ABA; }
p { color: rgb(33,10,186); }
H1.HeaderClassName
{
color: #210ABA;
}
.AnyTagClassName
{
color: #210ABA;
}
</style>
background-color css
<style>
a { background-color: #210ABA; }
a { background-color: rgb(33,10,186); }
div.DivClassName
{
background-color: #210ABA;
}
.BgClassName
{
background-color: #210ABA;
}
</style>
border-color css
<style>
span { border-color: #210ABA; }
span { border-color: rgb(33,10,186); }
td.TdClassName
{
border-color: #210ABA;
}
.TagClassName
{
border-color: #210ABA;
}
</style>