Shades of Medium Blue #210FE1
Tints of Medium Blue #210FE1
RGB
CMYK
RGB Variations
Color information
#210FE1 (or 0x210FE1) is known color: Medium Blue. HEX triplet: 21, 0F and E1. RGB value is (33,15,225). Sum of RGB (Red+Green+Blue) = 33+15+225=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #210FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FE1 is #DEF01E. Grayscale: #2B2B2B. Windows color (decimal): -14610463 or 14749473. OLE color: 14749473.
HSL color Cylindrical-coordinate representation of color #210FE1: hue angle of 245.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FE1 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 15 | 225 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.12 |
| HSL | 245.14º | 0.88% | 0.47% | - |
| HSV(B) | 245.14º | 0.93% | 0.88% | - |
| XYZ | 14.39 | 6.1 | 71.65 | - |
| YUV | 44.32 | 229.96 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 225 | 0.85 | 0.93 | 0 | 0.12 | 245.14 | 0.88 | 0.47 |
| Hex | 21 | F | E1 | 55 | 5D | 0 | C | F5 | 58 | 2F |
| Octal | 41 | 17 | 341 | 125 | 135 | 0 | 14 | 365 | 130 | 57 |
| Binary | 100001 | 1111 | 11100001 | 1010101 | 1011101 | 0 | 1100 | 11110101 | 1011000 | 101111 |
Color Harmonies of #210FE1
Complementary color
Monochromatic Colors of #210FE1
Black with #210FE1
Text Example
Text Example
White with #210FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FE1; }
p { color: rgb(33,15,225); }
H1.HeaderClassName
{
color: #210FE1;
}
.AnyTagClassName
{
color: #210FE1;
}
</style>
background-color css
<style>
a { background-color: #210FE1; }
a { background-color: rgb(33,15,225); }
div.DivClassName
{
background-color: #210FE1;
}
.BgClassName
{
background-color: #210FE1;
}
</style>
border-color css
<style>
span { border-color: #210FE1; }
span { border-color: rgb(33,15,225); }
td.TdClassName
{
border-color: #210FE1;
}
.TagClassName
{
border-color: #210FE1;
}
</style>