Shades of Medium Blue #2005DC
Tints of Medium Blue #2005DC
RGB
CMYK
RGB Variations
Color information
#2005DC (or 0x2005DC) is known color: Medium Blue. HEX triplet: 20, 05 and DC. RGB value is (32,5,220). Sum of RGB (Red+Green+Blue) = 32+5+220=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #2005DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005DC is #DFFA23. Grayscale: #242424. Windows color (decimal): -14678564 or 14419232. OLE color: 14419232.
HSL color Cylindrical-coordinate representation of color #2005DC: hue angle of 247.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2005DC is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 5 | 220 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.14 |
| HSL | 247.53º | 0.96% | 0.44% | - |
| HSV(B) | 247.53º | 0.98% | 0.86% | - |
| XYZ | 13.57 | 5.58 | 68.07 | - |
| YUV | 37.58 | 230.95 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 220 | 0.85 | 0.98 | 0 | 0.14 | 247.53 | 0.96 | 0.44 |
| Hex | 20 | 5 | DC | 55 | 62 | 0 | E | F8 | 60 | 2C |
| Octal | 40 | 5 | 334 | 125 | 142 | 0 | 16 | 370 | 140 | 54 |
| Binary | 100000 | 101 | 11011100 | 1010101 | 1100010 | 0 | 1110 | 11111000 | 1100000 | 101100 |
Color Harmonies of #2005DC
Complementary color
Monochromatic Colors of #2005DC
Black with #2005DC
Text Example
Text Example
White with #2005DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005DC; }
p { color: rgb(32,5,220); }
H1.HeaderClassName
{
color: #2005DC;
}
.AnyTagClassName
{
color: #2005DC;
}
</style>
background-color css
<style>
a { background-color: #2005DC; }
a { background-color: rgb(32,5,220); }
div.DivClassName
{
background-color: #2005DC;
}
.BgClassName
{
background-color: #2005DC;
}
</style>
border-color css
<style>
span { border-color: #2005DC; }
span { border-color: rgb(32,5,220); }
td.TdClassName
{
border-color: #2005DC;
}
.TagClassName
{
border-color: #2005DC;
}
</style>