Shades of Medium Blue #210EE1
Tints of Medium Blue #210EE1
RGB
CMYK
RGB Variations
Color information
#210EE1 (or 0x210EE1) is known color: Medium Blue. HEX triplet: 21, 0E and E1. RGB value is (33,14,225). Sum of RGB (Red+Green+Blue) = 33+14+225=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 225 (88.28% from 255 or 82.72% from 272); Max value from RGB is 225 - color contains mainly: blue. Hex color #210EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210EE1 is #DEF11E. Grayscale: #2A2A2A. Windows color (decimal): -14610719 or 14749217. OLE color: 14749217.
HSL color Cylindrical-coordinate representation of color #210EE1: hue angle of 245.4º 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 #210EE1 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 14 | 225 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.12 |
| HSL | 245.4º | 0.88% | 0.47% | - |
| HSV(B) | 245.4º | 0.94% | 0.88% | - |
| XYZ | 14.37 | 6.07 | 71.65 | - |
| YUV | 43.74 | 230.29 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 225 | 0.85 | 0.94 | 0 | 0.12 | 245.4 | 0.88 | 0.47 |
| Hex | 21 | E | E1 | 55 | 5E | 0 | C | F5 | 58 | 2F |
| Octal | 41 | 16 | 341 | 125 | 136 | 0 | 14 | 365 | 130 | 57 |
| Binary | 100001 | 1110 | 11100001 | 1010101 | 1011110 | 0 | 1100 | 11110101 | 1011000 | 101111 |
Color Harmonies of #210EE1
Complementary color
Monochromatic Colors of #210EE1
Black with #210EE1
Text Example
Text Example
White with #210EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210EE1; }
p { color: rgb(33,14,225); }
H1.HeaderClassName
{
color: #210EE1;
}
.AnyTagClassName
{
color: #210EE1;
}
</style>
background-color css
<style>
a { background-color: #210EE1; }
a { background-color: rgb(33,14,225); }
div.DivClassName
{
background-color: #210EE1;
}
.BgClassName
{
background-color: #210EE1;
}
</style>
border-color css
<style>
span { border-color: #210EE1; }
span { border-color: rgb(33,14,225); }
td.TdClassName
{
border-color: #210EE1;
}
.TagClassName
{
border-color: #210EE1;
}
</style>