Shades of Medium Blue #210EE0
Tints of Medium Blue #210EE0
RGB
CMYK
RGB Variations
Color information
#210EE0 (or 0x210EE0) is known color: Medium Blue. HEX triplet: 21, 0E and E0. RGB value is (33,14,224). Sum of RGB (Red+Green+Blue) = 33+14+224=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 224 (87.89% from 255 or 82.66% from 271); Max value from RGB is 224 - color contains mainly: blue. Hex color #210EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EE0 is #DEF11F. Grayscale: #2A2A2A. Windows color (decimal): -14610720 or 14683681. OLE color: 14683681.
HSL color Cylindrical-coordinate representation of color #210EE0: hue angle of 245.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210EE0 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 14 | 224 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.12 |
| HSL | 245.43º | 0.88% | 0.47% | - |
| HSV(B) | 245.43º | 0.94% | 0.88% | - |
| XYZ | 14.24 | 6.02 | 70.93 | - |
| YUV | 43.62 | 229.79 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 224 | 0.85 | 0.94 | 0 | 0.12 | 245.43 | 0.88 | 0.47 |
| Hex | 21 | E | E0 | 55 | 5E | 0 | C | F5 | 58 | 2F |
| Octal | 41 | 16 | 340 | 125 | 136 | 0 | 14 | 365 | 130 | 57 |
| Binary | 100001 | 1110 | 11100000 | 1010101 | 1011110 | 0 | 1100 | 11110101 | 1011000 | 101111 |
Color Harmonies of #210EE0
Complementary color
Monochromatic Colors of #210EE0
Black with #210EE0
Text Example
Text Example
White with #210EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EE0; }
p { color: rgb(33,14,224); }
H1.HeaderClassName
{
color: #210EE0;
}
.AnyTagClassName
{
color: #210EE0;
}
</style>
background-color css
<style>
a { background-color: #210EE0; }
a { background-color: rgb(33,14,224); }
div.DivClassName
{
background-color: #210EE0;
}
.BgClassName
{
background-color: #210EE0;
}
</style>
border-color css
<style>
span { border-color: #210EE0; }
span { border-color: rgb(33,14,224); }
td.TdClassName
{
border-color: #210EE0;
}
.TagClassName
{
border-color: #210EE0;
}
</style>