Shades of Medium Blue #2019CE
Tints of Medium Blue #2019CE
RGB
CMYK
RGB Variations
Color information
#2019CE (or 0x2019CE) is known color: Medium Blue. HEX triplet: 20, 19 and CE. RGB value is (32,25,206). Sum of RGB (Red+Green+Blue) = 32+25+206=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #2019CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019CE is #DFE631. Grayscale: #2F2F2F. Windows color (decimal): -14673458 or 13506848. OLE color: 13506848.
HSL color Cylindrical-coordinate representation of color #2019CE: hue angle of 242.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2019CE is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 25 | 206 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.19 |
| HSL | 242.32º | 0.78% | 0.45% | - |
| HSV(B) | 242.32º | 0.88% | 0.81% | - |
| XYZ | 12.08 | 5.46 | 58.81 | - |
| YUV | 47.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 206 | 0.84 | 0.88 | 0 | 0.19 | 242.32 | 0.78 | 0.45 |
| Hex | 20 | 19 | CE | 54 | 58 | 0 | 13 | F2 | 4E | 2D |
| Octal | 40 | 31 | 316 | 124 | 130 | 0 | 23 | 362 | 116 | 55 |
| Binary | 100000 | 11001 | 11001110 | 1010100 | 1011000 | 0 | 10011 | 11110010 | 1001110 | 101101 |
Color Harmonies of #2019CE
Complementary color
Monochromatic Colors of #2019CE
Black with #2019CE
Text Example
Text Example
White with #2019CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019CE; }
p { color: rgb(32,25,206); }
H1.HeaderClassName
{
color: #2019CE;
}
.AnyTagClassName
{
color: #2019CE;
}
</style>
background-color css
<style>
a { background-color: #2019CE; }
a { background-color: rgb(32,25,206); }
div.DivClassName
{
background-color: #2019CE;
}
.BgClassName
{
background-color: #2019CE;
}
</style>
border-color css
<style>
span { border-color: #2019CE; }
span { border-color: rgb(32,25,206); }
td.TdClassName
{
border-color: #2019CE;
}
.TagClassName
{
border-color: #2019CE;
}
</style>