Shades of Medium Blue #2018DC
Tints of Medium Blue #2018DC
RGB
CMYK
RGB Variations
Color information
#2018DC (or 0x2018DC) is known color: Medium Blue. HEX triplet: 20, 18 and DC. RGB value is (32,24,220). Sum of RGB (Red+Green+Blue) = 32+24+220=276 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.59% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #2018DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2018DC is #DFE723. Grayscale: #2F2F2F. Windows color (decimal): -14673700 or 14424096. OLE color: 14424096.
HSL color Cylindrical-coordinate representation of color #2018DC: hue angle of 242.45º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2018DC is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 24 | 220 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.14 |
| HSL | 242.45º | 0.8% | 0.48% | - |
| HSV(B) | 242.45º | 0.89% | 0.86% | - |
| XYZ | 13.84 | 6.13 | 68.16 | - |
| YUV | 48.74 | 224.65 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 220 | 0.85 | 0.89 | 0 | 0.14 | 242.45 | 0.8 | 0.48 |
| Hex | 20 | 18 | DC | 55 | 59 | 0 | E | F2 | 50 | 30 |
| Octal | 40 | 30 | 334 | 125 | 131 | 0 | 16 | 362 | 120 | 60 |
| Binary | 100000 | 11000 | 11011100 | 1010101 | 1011001 | 0 | 1110 | 11110010 | 1010000 | 110000 |
Color Harmonies of #2018DC
Complementary color
Monochromatic Colors of #2018DC
Black with #2018DC
Text Example
Text Example
White with #2018DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2018DC; }
p { color: rgb(32,24,220); }
H1.HeaderClassName
{
color: #2018DC;
}
.AnyTagClassName
{
color: #2018DC;
}
</style>
background-color css
<style>
a { background-color: #2018DC; }
a { background-color: rgb(32,24,220); }
div.DivClassName
{
background-color: #2018DC;
}
.BgClassName
{
background-color: #2018DC;
}
</style>
border-color css
<style>
span { border-color: #2018DC; }
span { border-color: rgb(32,24,220); }
td.TdClassName
{
border-color: #2018DC;
}
.TagClassName
{
border-color: #2018DC;
}
</style>