Shades of Medium Blue #2819DC
Tints of Medium Blue #2819DC
RGB
CMYK
RGB Variations
Color information
#2819DC (or 0x2819DC) is known color: Medium Blue. HEX triplet: 28, 19 and DC. RGB value is (40,25,220). Sum of RGB (Red+Green+Blue) = 40+25+220=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #2819DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819DC is #D7E623. Grayscale: #323232. Windows color (decimal): -14149156 or 14424360. OLE color: 14424360.
HSL color Cylindrical-coordinate representation of color #2819DC: hue angle of 244.62º 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 #2819DC is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 25 | 220 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.14 |
| HSL | 244.62º | 0.8% | 0.48% | - |
| HSV(B) | 244.62º | 0.89% | 0.86% | - |
| XYZ | 14.14 | 6.31 | 68.18 | - |
| YUV | 51.72 | 222.97 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 220 | 0.82 | 0.89 | 0 | 0.14 | 244.62 | 0.8 | 0.48 |
| Hex | 28 | 19 | DC | 52 | 59 | 0 | E | F5 | 50 | 30 |
| Octal | 50 | 31 | 334 | 122 | 131 | 0 | 16 | 365 | 120 | 60 |
| Binary | 101000 | 11001 | 11011100 | 1010010 | 1011001 | 0 | 1110 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2819DC
Complementary color
Monochromatic Colors of #2819DC
Black with #2819DC
Text Example
Text Example
White with #2819DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819DC; }
p { color: rgb(40,25,220); }
H1.HeaderClassName
{
color: #2819DC;
}
.AnyTagClassName
{
color: #2819DC;
}
</style>
background-color css
<style>
a { background-color: #2819DC; }
a { background-color: rgb(40,25,220); }
div.DivClassName
{
background-color: #2819DC;
}
.BgClassName
{
background-color: #2819DC;
}
</style>
border-color css
<style>
span { border-color: #2819DC; }
span { border-color: rgb(40,25,220); }
td.TdClassName
{
border-color: #2819DC;
}
.TagClassName
{
border-color: #2819DC;
}
</style>