Shades of Medium Blue #210AE3
Tints of Medium Blue #210AE3
RGB
CMYK
RGB Variations
Color information
#210AE3 (or 0x210AE3) is known color: Medium Blue. HEX triplet: 21, 0A and E3. RGB value is (33,10,227). Sum of RGB (Red+Green+Blue) = 33+10+227=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 227 (89.06% from 255 or 84.07% from 270); Max value from RGB is 227 - color contains mainly: blue. Hex color #210AE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210AE3 is #DEF51C. Grayscale: #282828. Windows color (decimal): -14611741 or 14879265. OLE color: 14879265.
HSL color Cylindrical-coordinate representation of color #210AE3: hue angle of 246.36º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210AE3 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 10 | 227 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.11 |
| HSL | 246.36º | 0.92% | 0.46% | - |
| HSV(B) | 246.36º | 0.96% | 0.89% | - |
| XYZ | 14.6 | 6.09 | 73.08 | - |
| YUV | 41.62 | 232.62 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 227 | 0.85 | 0.96 | 0 | 0.11 | 246.36 | 0.92 | 0.46 |
| Hex | 21 | A | E3 | 55 | 60 | 0 | B | F6 | 5C | 2E |
| Octal | 41 | 12 | 343 | 125 | 140 | 0 | 13 | 366 | 134 | 56 |
| Binary | 100001 | 1010 | 11100011 | 1010101 | 1100000 | 0 | 1011 | 11110110 | 1011100 | 101110 |
Color Harmonies of #210AE3
Complementary color
Monochromatic Colors of #210AE3
Black with #210AE3
Text Example
Text Example
White with #210AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210AE3; }
p { color: rgb(33,10,227); }
H1.HeaderClassName
{
color: #210AE3;
}
.AnyTagClassName
{
color: #210AE3;
}
</style>
background-color css
<style>
a { background-color: #210AE3; }
a { background-color: rgb(33,10,227); }
div.DivClassName
{
background-color: #210AE3;
}
.BgClassName
{
background-color: #210AE3;
}
</style>
border-color css
<style>
span { border-color: #210AE3; }
span { border-color: rgb(33,10,227); }
td.TdClassName
{
border-color: #210AE3;
}
.TagClassName
{
border-color: #210AE3;
}
</style>