Shades of Medium Blue #210FE2
Tints of Medium Blue #210FE2
RGB
CMYK
RGB Variations
Color information
#210FE2 (or 0x210FE2) is known color: Medium Blue. HEX triplet: 21, 0F and E2. RGB value is (33,15,226). Sum of RGB (Red+Green+Blue) = 33+15+226=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 226 (88.67% from 255 or 82.48% from 274); Max value from RGB is 226 - color contains mainly: blue. Hex color #210FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FE2 is #DEF01D. Grayscale: #2B2B2B. Windows color (decimal): -14610462 or 14815009. OLE color: 14815009.
HSL color Cylindrical-coordinate representation of color #210FE2: hue angle of 245.12º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #210FE2 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 15 | 226 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.11 |
| HSL | 245.12º | 0.88% | 0.47% | - |
| HSV(B) | 245.12º | 0.93% | 0.89% | - |
| XYZ | 14.53 | 6.16 | 72.37 | - |
| YUV | 44.44 | 230.46 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 226 | 0.85 | 0.93 | 0 | 0.11 | 245.12 | 0.88 | 0.47 |
| Hex | 21 | F | E2 | 55 | 5D | 0 | B | F5 | 58 | 2F |
| Octal | 41 | 17 | 342 | 125 | 135 | 0 | 13 | 365 | 130 | 57 |
| Binary | 100001 | 1111 | 11100010 | 1010101 | 1011101 | 0 | 1011 | 11110101 | 1011000 | 101111 |
Color Harmonies of #210FE2
Complementary color
Monochromatic Colors of #210FE2
Black with #210FE2
Text Example
Text Example
White with #210FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210FE2; }
p { color: rgb(33,15,226); }
H1.HeaderClassName
{
color: #210FE2;
}
.AnyTagClassName
{
color: #210FE2;
}
</style>
background-color css
<style>
a { background-color: #210FE2; }
a { background-color: rgb(33,15,226); }
div.DivClassName
{
background-color: #210FE2;
}
.BgClassName
{
background-color: #210FE2;
}
</style>
border-color css
<style>
span { border-color: #210FE2; }
span { border-color: rgb(33,15,226); }
td.TdClassName
{
border-color: #210FE2;
}
.TagClassName
{
border-color: #210FE2;
}
</style>