Shades of Medium Blue #2102CC
Tints of Medium Blue #2102CC
RGB
CMYK
RGB Variations
Color information
#2102CC (or 0x2102CC) is known color: Medium Blue. HEX triplet: 21, 02 and CC. RGB value is (33,2,204). Sum of RGB (Red+Green+Blue) = 33+2+204=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 204 (80.08% from 255 or 85.36% from 239); Max value from RGB is 204 - color contains mainly: blue. Hex color #2102CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2102CC is #DEFD33. Grayscale: #212121. Windows color (decimal): -14613812 or 13369889. OLE color: 13369889.
HSL color Cylindrical-coordinate representation of color #2102CC: hue angle of 249.21º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2102CC is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 2 | 204 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.2 |
| HSL | 249.21º | 0.98% | 0.4% | - |
| HSV(B) | 249.21º | 0.99% | 0.8% | - |
| XYZ | 11.55 | 4.73 | 57.43 | - |
| YUV | 34.3 | 223.77 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 204 | 0.84 | 0.99 | 0 | 0.2 | 249.21 | 0.98 | 0.4 |
| Hex | 21 | 2 | CC | 54 | 63 | 0 | 14 | F9 | 62 | 28 |
| Octal | 41 | 2 | 314 | 124 | 143 | 0 | 24 | 371 | 142 | 50 |
| Binary | 100001 | 10 | 11001100 | 1010100 | 1100011 | 0 | 10100 | 11111001 | 1100010 | 101000 |
Color Harmonies of #2102CC
Complementary color
Monochromatic Colors of #2102CC
Black with #2102CC
Text Example
Text Example
White with #2102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102CC; }
p { color: rgb(33,2,204); }
H1.HeaderClassName
{
color: #2102CC;
}
.AnyTagClassName
{
color: #2102CC;
}
</style>
background-color css
<style>
a { background-color: #2102CC; }
a { background-color: rgb(33,2,204); }
div.DivClassName
{
background-color: #2102CC;
}
.BgClassName
{
background-color: #2102CC;
}
</style>
border-color css
<style>
span { border-color: #2102CC; }
span { border-color: rgb(33,2,204); }
td.TdClassName
{
border-color: #2102CC;
}
.TagClassName
{
border-color: #2102CC;
}
</style>