Shades of Medium Blue #2019CD
Tints of Medium Blue #2019CD
RGB
CMYK
RGB Variations
Color information
#2019CD (or 0x2019CD) is known color: Medium Blue. HEX triplet: 20, 19 and CD. RGB value is (32,25,205). Sum of RGB (Red+Green+Blue) = 32+25+205=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 205 (80.47% from 255 or 78.24% from 262); Max value from RGB is 205 - color contains mainly: blue. Hex color #2019CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019CD is #DFE632. Grayscale: #2E2E2E. Windows color (decimal): -14673459 or 13441312. OLE color: 13441312.
HSL color Cylindrical-coordinate representation of color #2019CD: hue angle of 242.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2019CD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 25 | 205 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.20 |
| HSL | 242.33º | 0.78% | 0.45% | - |
| HSV(B) | 242.33º | 0.88% | 0.8% | - |
| XYZ | 11.96 | 5.41 | 58.17 | - |
| YUV | 47.61 | 216.82 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 205 | 0.84 | 0.88 | 0 | 0.20 | 242.33 | 0.78 | 0.45 |
| Hex | 20 | 19 | CD | 54 | 58 | 0 | 14 | F2 | 4E | 2D |
| Octal | 40 | 31 | 315 | 124 | 130 | 0 | 24 | 362 | 116 | 55 |
| Binary | 100000 | 11001 | 11001101 | 1010100 | 1011000 | 0 | 10100 | 11110010 | 1001110 | 101101 |
Color Harmonies of #2019CD
Complementary color
Monochromatic Colors of #2019CD
Black with #2019CD
Text Example
Text Example
White with #2019CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019CD; }
p { color: rgb(32,25,205); }
H1.HeaderClassName
{
color: #2019CD;
}
.AnyTagClassName
{
color: #2019CD;
}
</style>
background-color css
<style>
a { background-color: #2019CD; }
a { background-color: rgb(32,25,205); }
div.DivClassName
{
background-color: #2019CD;
}
.BgClassName
{
background-color: #2019CD;
}
</style>
border-color css
<style>
span { border-color: #2019CD; }
span { border-color: rgb(32,25,205); }
td.TdClassName
{
border-color: #2019CD;
}
.TagClassName
{
border-color: #2019CD;
}
</style>