Shades of Medium Blue #2108DB
Tints of Medium Blue #2108DB
RGB
CMYK
RGB Variations
Color information
#2108DB (or 0x2108DB) is known color: Medium Blue. HEX triplet: 21, 08 and DB. RGB value is (33,8,219). Sum of RGB (Red+Green+Blue) = 33+8+219=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 219 (85.94% from 255 or 84.23% from 260); Max value from RGB is 219 - color contains mainly: blue. Hex color #2108DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2108DB is #DEF724. Grayscale: #262626. Windows color (decimal): -14612261 or 14354465. OLE color: 14354465.
HSL color Cylindrical-coordinate representation of color #2108DB: hue angle of 247.11º 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 #2108DB is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 8 | 219 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.14 |
| HSL | 247.11º | 0.93% | 0.45% | - |
| HSV(B) | 247.11º | 0.96% | 0.86% | - |
| XYZ | 13.5 | 5.61 | 67.39 | - |
| YUV | 39.53 | 229.28 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 219 | 0.85 | 0.96 | 0 | 0.14 | 247.11 | 0.93 | 0.45 |
| Hex | 21 | 8 | DB | 55 | 60 | 0 | E | F7 | 5D | 2D |
| Octal | 41 | 10 | 333 | 125 | 140 | 0 | 16 | 367 | 135 | 55 |
| Binary | 100001 | 1000 | 11011011 | 1010101 | 1100000 | 0 | 1110 | 11110111 | 1011101 | 101101 |
Color Harmonies of #2108DB
Complementary color
Monochromatic Colors of #2108DB
Black with #2108DB
Text Example
Text Example
White with #2108DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2108DB; }
p { color: rgb(33,8,219); }
H1.HeaderClassName
{
color: #2108DB;
}
.AnyTagClassName
{
color: #2108DB;
}
</style>
background-color css
<style>
a { background-color: #2108DB; }
a { background-color: rgb(33,8,219); }
div.DivClassName
{
background-color: #2108DB;
}
.BgClassName
{
background-color: #2108DB;
}
</style>
border-color css
<style>
span { border-color: #2108DB; }
span { border-color: rgb(33,8,219); }
td.TdClassName
{
border-color: #2108DB;
}
.TagClassName
{
border-color: #2108DB;
}
</style>