Shades of Medium Blue #210ABE
Tints of Medium Blue #210ABE
RGB
CMYK
RGB Variations
Color information
#210ABE (or 0x210ABE) is known color: Medium Blue. HEX triplet: 21, 0A and BE. RGB value is (33,10,190). Sum of RGB (Red+Green+Blue) = 33+10+190=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 190 (74.61% from 255 or 81.55% from 233); Max value from RGB is 190 - color contains mainly: blue. Hex color #210ABE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210ABE is #DEF541. Grayscale: #242424. Windows color (decimal): -14611778 or 12454433. OLE color: 12454433.
HSL color Cylindrical-coordinate representation of color #210ABE: hue angle of 247.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210ABE is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 10 | 190 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.25 |
| HSL | 247.67º | 0.9% | 0.39% | - |
| HSV(B) | 247.67º | 0.95% | 0.75% | - |
| XYZ | 10.03 | 4.26 | 49.01 | - |
| YUV | 37.4 | 214.12 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 190 | 0.83 | 0.95 | 0 | 0.25 | 247.67 | 0.9 | 0.39 |
| Hex | 21 | A | BE | 53 | 5F | 0 | 19 | F8 | 5A | 27 |
| Octal | 41 | 12 | 276 | 123 | 137 | 0 | 31 | 370 | 132 | 47 |
| Binary | 100001 | 1010 | 10111110 | 1010011 | 1011111 | 0 | 11001 | 11111000 | 1011010 | 100111 |
Color Harmonies of #210ABE
Complementary color
Monochromatic Colors of #210ABE
Black with #210ABE
Text Example
Text Example
White with #210ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210ABE; }
p { color: rgb(33,10,190); }
H1.HeaderClassName
{
color: #210ABE;
}
.AnyTagClassName
{
color: #210ABE;
}
</style>
background-color css
<style>
a { background-color: #210ABE; }
a { background-color: rgb(33,10,190); }
div.DivClassName
{
background-color: #210ABE;
}
.BgClassName
{
background-color: #210ABE;
}
</style>
border-color css
<style>
span { border-color: #210ABE; }
span { border-color: rgb(33,10,190); }
td.TdClassName
{
border-color: #210ABE;
}
.TagClassName
{
border-color: #210ABE;
}
</style>