Shades of Medium Blue #2102C9
Tints of Medium Blue #2102C9
RGB
CMYK
RGB Variations
Color information
#2102C9 (or 0x2102C9) is known color: Medium Blue. HEX triplet: 21, 02 and C9. RGB value is (33,2,201). Sum of RGB (Red+Green+Blue) = 33+2+201=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 201 (78.91% from 255 or 85.17% from 236); Max value from RGB is 201 - color contains mainly: blue. Hex color #2102C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2102C9 is #DEFD36. Grayscale: #212121. Windows color (decimal): -14613815 or 13173281. OLE color: 13173281.
HSL color Cylindrical-coordinate representation of color #2102C9: hue angle of 249.35º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2102C9 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 2 | 201 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.21 |
| HSL | 249.35º | 0.98% | 0.4% | - |
| HSV(B) | 249.35º | 0.99% | 0.79% | - |
| XYZ | 11.19 | 4.58 | 55.55 | - |
| YUV | 33.96 | 222.27 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 201 | 0.84 | 0.99 | 0 | 0.21 | 249.35 | 0.98 | 0.4 |
| Hex | 21 | 2 | C9 | 54 | 63 | 0 | 15 | F9 | 62 | 28 |
| Octal | 41 | 2 | 311 | 124 | 143 | 0 | 25 | 371 | 142 | 50 |
| Binary | 100001 | 10 | 11001001 | 1010100 | 1100011 | 0 | 10101 | 11111001 | 1100010 | 101000 |
Color Harmonies of #2102C9
Complementary color
Monochromatic Colors of #2102C9
Black with #2102C9
Text Example
Text Example
White with #2102C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102C9; }
p { color: rgb(33,2,201); }
H1.HeaderClassName
{
color: #2102C9;
}
.AnyTagClassName
{
color: #2102C9;
}
</style>
background-color css
<style>
a { background-color: #2102C9; }
a { background-color: rgb(33,2,201); }
div.DivClassName
{
background-color: #2102C9;
}
.BgClassName
{
background-color: #2102C9;
}
</style>
border-color css
<style>
span { border-color: #2102C9; }
span { border-color: rgb(33,2,201); }
td.TdClassName
{
border-color: #2102C9;
}
.TagClassName
{
border-color: #2102C9;
}
</style>