Shades of Medium Blue #2108DC
Tints of Medium Blue #2108DC
RGB
CMYK
RGB Variations
Color information
#2108DC (or 0x2108DC) is known color: Medium Blue. HEX triplet: 21, 08 and DC. RGB value is (33,8,220). Sum of RGB (Red+Green+Blue) = 33+8+220=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 220 (86.33% from 255 or 84.29% from 261); Max value from RGB is 220 - color contains mainly: blue. Hex color #2108DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2108DC is #DEF723. Grayscale: #262626. Windows color (decimal): -14612260 or 14420001. OLE color: 14420001.
HSL color Cylindrical-coordinate representation of color #2108DC: hue angle of 247.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2108DC is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 8 | 220 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.14 |
| HSL | 247.08º | 0.93% | 0.45% | - |
| HSV(B) | 247.08º | 0.96% | 0.86% | - |
| XYZ | 13.63 | 5.66 | 68.08 | - |
| YUV | 39.64 | 229.78 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 220 | 0.85 | 0.96 | 0 | 0.14 | 247.08 | 0.93 | 0.45 |
| Hex | 21 | 8 | DC | 55 | 60 | 0 | E | F7 | 5D | 2D |
| Octal | 41 | 10 | 334 | 125 | 140 | 0 | 16 | 367 | 135 | 55 |
| Binary | 100001 | 1000 | 11011100 | 1010101 | 1100000 | 0 | 1110 | 11110111 | 1011101 | 101101 |
Color Harmonies of #2108DC
Complementary color
Monochromatic Colors of #2108DC
Black with #2108DC
Text Example
Text Example
White with #2108DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2108DC; }
p { color: rgb(33,8,220); }
H1.HeaderClassName
{
color: #2108DC;
}
.AnyTagClassName
{
color: #2108DC;
}
</style>
background-color css
<style>
a { background-color: #2108DC; }
a { background-color: rgb(33,8,220); }
div.DivClassName
{
background-color: #2108DC;
}
.BgClassName
{
background-color: #2108DC;
}
</style>
border-color css
<style>
span { border-color: #2108DC; }
span { border-color: rgb(33,8,220); }
td.TdClassName
{
border-color: #2108DC;
}
.TagClassName
{
border-color: #2108DC;
}
</style>