Shades of Medium Blue #2019CC
Tints of Medium Blue #2019CC
RGB
CMYK
RGB Variations
Color information
#2019CC (or 0x2019CC) is known color: Medium Blue. HEX triplet: 20, 19 and CC. RGB value is (32,25,204). Sum of RGB (Red+Green+Blue) = 32+25+204=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 204 (80.08% from 255 or 78.16% from 261); Max value from RGB is 204 - color contains mainly: blue. Hex color #2019CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019CC is #DFE633. Grayscale: #2E2E2E. Windows color (decimal): -14673460 or 13375776. OLE color: 13375776.
HSL color Cylindrical-coordinate representation of color #2019CC: hue angle of 242.35º 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 #2019CC is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 25 | 204 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.2 |
| HSL | 242.35º | 0.78% | 0.45% | - |
| HSV(B) | 242.35º | 0.88% | 0.8% | - |
| XYZ | 11.84 | 5.36 | 57.54 | - |
| YUV | 47.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 204 | 0.84 | 0.88 | 0 | 0.2 | 242.35 | 0.78 | 0.45 |
| Hex | 20 | 19 | CC | 54 | 58 | 0 | 14 | F2 | 4E | 2D |
| Octal | 40 | 31 | 314 | 124 | 130 | 0 | 24 | 362 | 116 | 55 |
| Binary | 100000 | 11001 | 11001100 | 1010100 | 1011000 | 0 | 10100 | 11110010 | 1001110 | 101101 |
Color Harmonies of #2019CC
Complementary color
Monochromatic Colors of #2019CC
Black with #2019CC
Text Example
Text Example
White with #2019CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019CC; }
p { color: rgb(32,25,204); }
H1.HeaderClassName
{
color: #2019CC;
}
.AnyTagClassName
{
color: #2019CC;
}
</style>
background-color css
<style>
a { background-color: #2019CC; }
a { background-color: rgb(32,25,204); }
div.DivClassName
{
background-color: #2019CC;
}
.BgClassName
{
background-color: #2019CC;
}
</style>
border-color css
<style>
span { border-color: #2019CC; }
span { border-color: rgb(32,25,204); }
td.TdClassName
{
border-color: #2019CC;
}
.TagClassName
{
border-color: #2019CC;
}
</style>