Shades of Medium Blue #2102DD
Tints of Medium Blue #2102DD
RGB
CMYK
RGB Variations
Color information
#2102DD (or 0x2102DD) is known color: Medium Blue. HEX triplet: 21, 02 and DD. RGB value is (33,2,221). Sum of RGB (Red+Green+Blue) = 33+2+221=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #2102DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2102DD is #DEFD22. Grayscale: #232323. Windows color (decimal): -14613795 or 14484001. OLE color: 14484001.
HSL color Cylindrical-coordinate representation of color #2102DD: hue angle of 248.49º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2102DD is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 2 | 221 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.13 |
| HSL | 248.49º | 0.98% | 0.44% | - |
| HSV(B) | 248.49º | 0.99% | 0.87% | - |
| XYZ | 13.7 | 5.59 | 68.76 | - |
| YUV | 36.24 | 232.27 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 221 | 0.85 | 0.99 | 0 | 0.13 | 248.49 | 0.98 | 0.44 |
| Hex | 21 | 2 | DD | 55 | 63 | 0 | D | F8 | 62 | 2C |
| Octal | 41 | 2 | 335 | 125 | 143 | 0 | 15 | 370 | 142 | 54 |
| Binary | 100001 | 10 | 11011101 | 1010101 | 1100011 | 0 | 1101 | 11111000 | 1100010 | 101100 |
Color Harmonies of #2102DD
Complementary color
Monochromatic Colors of #2102DD
Black with #2102DD
Text Example
Text Example
White with #2102DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2102DD; }
p { color: rgb(33,2,221); }
H1.HeaderClassName
{
color: #2102DD;
}
.AnyTagClassName
{
color: #2102DD;
}
</style>
background-color css
<style>
a { background-color: #2102DD; }
a { background-color: rgb(33,2,221); }
div.DivClassName
{
background-color: #2102DD;
}
.BgClassName
{
background-color: #2102DD;
}
</style>
border-color css
<style>
span { border-color: #2102DD; }
span { border-color: rgb(33,2,221); }
td.TdClassName
{
border-color: #2102DD;
}
.TagClassName
{
border-color: #2102DD;
}
</style>