Shades of Medium Blue #210BE1
Tints of Medium Blue #210BE1
RGB
CMYK
RGB Variations
Color information
#210BE1 (or 0x210BE1) is known color: Medium Blue. HEX triplet: 21, 0B and E1. RGB value is (33,11,225). Sum of RGB (Red+Green+Blue) = 33+11+225=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 225 (88.28% from 255 or 83.64% from 269); Max value from RGB is 225 - color contains mainly: blue. Hex color #210BE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210BE1 is #DEF41E. Grayscale: #292929. Windows color (decimal): -14611487 or 14748449. OLE color: 14748449.
HSL color Cylindrical-coordinate representation of color #210BE1: hue angle of 246.17º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #210BE1 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 11 | 225 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.12 |
| HSL | 246.17º | 0.91% | 0.46% | - |
| HSV(B) | 246.17º | 0.95% | 0.88% | - |
| XYZ | 14.34 | 6 | 71.64 | - |
| YUV | 41.97 | 231.29 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 225 | 0.85 | 0.95 | 0 | 0.12 | 246.17 | 0.91 | 0.46 |
| Hex | 21 | B | E1 | 55 | 5F | 0 | C | F6 | 5B | 2E |
| Octal | 41 | 13 | 341 | 125 | 137 | 0 | 14 | 366 | 133 | 56 |
| Binary | 100001 | 1011 | 11100001 | 1010101 | 1011111 | 0 | 1100 | 11110110 | 1011011 | 101110 |
Color Harmonies of #210BE1
Complementary color
Monochromatic Colors of #210BE1
Black with #210BE1
Text Example
Text Example
White with #210BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210BE1; }
p { color: rgb(33,11,225); }
H1.HeaderClassName
{
color: #210BE1;
}
.AnyTagClassName
{
color: #210BE1;
}
</style>
background-color css
<style>
a { background-color: #210BE1; }
a { background-color: rgb(33,11,225); }
div.DivClassName
{
background-color: #210BE1;
}
.BgClassName
{
background-color: #210BE1;
}
</style>
border-color css
<style>
span { border-color: #210BE1; }
span { border-color: rgb(33,11,225); }
td.TdClassName
{
border-color: #210BE1;
}
.TagClassName
{
border-color: #210BE1;
}
</style>