Shades of Medium Blue #210AC2
Tints of Medium Blue #210AC2
RGB
CMYK
RGB Variations
Color information
#210AC2 (or 0x210AC2) is known color: Medium Blue. HEX triplet: 21, 0A and C2. RGB value is (33,10,194). Sum of RGB (Red+Green+Blue) = 33+10+194=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 194 (76.17% from 255 or 81.86% from 237); Max value from RGB is 194 - color contains mainly: blue. Hex color #210AC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AC2 is #DEF53D. Grayscale: #252525. Windows color (decimal): -14611774 or 12716577. OLE color: 12716577.
HSL color Cylindrical-coordinate representation of color #210AC2: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210AC2 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 10 | 194 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.24 |
| HSL | 247.5º | 0.9% | 0.4% | - |
| HSV(B) | 247.5º | 0.95% | 0.76% | - |
| XYZ | 10.47 | 4.44 | 51.34 | - |
| YUV | 37.85 | 216.12 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 194 | 0.83 | 0.95 | 0 | 0.24 | 247.5 | 0.9 | 0.4 |
| Hex | 21 | A | C2 | 53 | 5F | 0 | 18 | F8 | 5A | 28 |
| Octal | 41 | 12 | 302 | 123 | 137 | 0 | 30 | 370 | 132 | 50 |
| Binary | 100001 | 1010 | 11000010 | 1010011 | 1011111 | 0 | 11000 | 11111000 | 1011010 | 101000 |
Color Harmonies of #210AC2
Complementary color
Monochromatic Colors of #210AC2
Black with #210AC2
Text Example
Text Example
White with #210AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AC2; }
p { color: rgb(33,10,194); }
H1.HeaderClassName
{
color: #210AC2;
}
.AnyTagClassName
{
color: #210AC2;
}
</style>
background-color css
<style>
a { background-color: #210AC2; }
a { background-color: rgb(33,10,194); }
div.DivClassName
{
background-color: #210AC2;
}
.BgClassName
{
background-color: #210AC2;
}
</style>
border-color css
<style>
span { border-color: #210AC2; }
span { border-color: rgb(33,10,194); }
td.TdClassName
{
border-color: #210AC2;
}
.TagClassName
{
border-color: #210AC2;
}
</style>