Shades of Medium Blue #2100D0
Tints of Medium Blue #2100D0
RGB
CMYK
RGB Variations
Color information
#2100D0 (or 0x2100D0) is known color: Medium Blue. HEX triplet: 21, 00 and D0. RGB value is (33,0,208). Sum of RGB (Red+Green+Blue) = 33+0+208=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 208 (81.64% from 255 or 86.31% from 241); Max value from RGB is 208 - color contains mainly: blue. Hex color #2100D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2100D0 is #DEFF2F. Grayscale: #202020. Windows color (decimal): -14614320 or 13631521. OLE color: 13631521.
HSL color Cylindrical-coordinate representation of color #2100D0: hue angle of 249.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2100D0 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 0 | 208 | - |
| CMYK | 0.84 | 1 | 0 | 0.18 |
| HSL | 249.52º | 1% | 0.41% | - |
| HSV(B) | 249.52º | 1% | 0.82% | - |
| XYZ | 12.01 | 4.88 | 59.98 | - |
| YUV | 33.58 | 226.43 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 0 | 208 | 0.84 | 1 | 0 | 0.18 | 249.52 | 1 | 0.41 |
| Hex | 21 | 0 | D0 | 54 | 64 | 0 | 12 | FA | 64 | 29 |
| Octal | 41 | 0 | 320 | 124 | 144 | 0 | 22 | 372 | 144 | 51 |
| Binary | 100001 | 0 | 11010000 | 1010100 | 1100100 | 0 | 10010 | 11111010 | 1100100 | 101001 |
Color Harmonies of #2100D0
Complementary color
Monochromatic Colors of #2100D0
Black with #2100D0
Text Example
Text Example
White with #2100D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2100D0; }
p { color: rgb(33,0,208); }
H1.HeaderClassName
{
color: #2100D0;
}
.AnyTagClassName
{
color: #2100D0;
}
</style>
background-color css
<style>
a { background-color: #2100D0; }
a { background-color: rgb(33,0,208); }
div.DivClassName
{
background-color: #2100D0;
}
.BgClassName
{
background-color: #2100D0;
}
</style>
border-color css
<style>
span { border-color: #2100D0; }
span { border-color: rgb(33,0,208); }
td.TdClassName
{
border-color: #2100D0;
}
.TagClassName
{
border-color: #2100D0;
}
</style>