Shades of Medium Blue #2008DC
Tints of Medium Blue #2008DC
RGB
CMYK
RGB Variations
Color information
#2008DC (or 0x2008DC) is known color: Medium Blue. HEX triplet: 20, 08 and DC. RGB value is (32,8,220). Sum of RGB (Red+Green+Blue) = 32+8+220=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #2008DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2008DC is #DFF723. Grayscale: #262626. Windows color (decimal): -14677796 or 14420000. OLE color: 14420000.
HSL color Cylindrical-coordinate representation of color #2008DC: hue angle of 246.79º 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 #2008DC is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 8 | 220 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.14 |
| HSL | 246.79º | 0.93% | 0.45% | - |
| HSV(B) | 246.79º | 0.96% | 0.86% | - |
| XYZ | 13.6 | 5.65 | 68.08 | - |
| YUV | 39.34 | 229.95 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 220 | 0.85 | 0.96 | 0 | 0.14 | 246.79 | 0.93 | 0.45 |
| Hex | 20 | 8 | DC | 55 | 60 | 0 | E | F7 | 5D | 2D |
| Octal | 40 | 10 | 334 | 125 | 140 | 0 | 16 | 367 | 135 | 55 |
| Binary | 100000 | 1000 | 11011100 | 1010101 | 1100000 | 0 | 1110 | 11110111 | 1011101 | 101101 |
Color Harmonies of #2008DC
Complementary color
Monochromatic Colors of #2008DC
Black with #2008DC
Text Example
Text Example
White with #2008DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2008DC; }
p { color: rgb(32,8,220); }
H1.HeaderClassName
{
color: #2008DC;
}
.AnyTagClassName
{
color: #2008DC;
}
</style>
background-color css
<style>
a { background-color: #2008DC; }
a { background-color: rgb(32,8,220); }
div.DivClassName
{
background-color: #2008DC;
}
.BgClassName
{
background-color: #2008DC;
}
</style>
border-color css
<style>
span { border-color: #2008DC; }
span { border-color: rgb(32,8,220); }
td.TdClassName
{
border-color: #2008DC;
}
.TagClassName
{
border-color: #2008DC;
}
</style>