Shades of Medium Blue #2819DE
Tints of Medium Blue #2819DE
RGB
CMYK
RGB Variations
Color information
#2819DE (or 0x2819DE) is known color: Medium Blue. HEX triplet: 28, 19 and DE. RGB value is (40,25,222). Sum of RGB (Red+Green+Blue) = 40+25+222=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #2819DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819DE is #D7E621. Grayscale: #333333. Windows color (decimal): -14149154 or 14555432. OLE color: 14555432.
HSL color Cylindrical-coordinate representation of color #2819DE: hue angle of 244.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2819DE is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 25 | 222 | - |
| CMYK | 0.82 | 0.89 | 0 | 0.13 |
| HSL | 244.57º | 0.8% | 0.48% | - |
| HSV(B) | 244.57º | 0.89% | 0.87% | - |
| XYZ | 14.41 | 6.42 | 69.59 | - |
| YUV | 51.94 | 223.97 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 222 | 0.82 | 0.89 | 0 | 0.13 | 244.57 | 0.8 | 0.48 |
| Hex | 28 | 19 | DE | 52 | 59 | 0 | D | F5 | 50 | 30 |
| Octal | 50 | 31 | 336 | 122 | 131 | 0 | 15 | 365 | 120 | 60 |
| Binary | 101000 | 11001 | 11011110 | 1010010 | 1011001 | 0 | 1101 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2819DE
Complementary color
Monochromatic Colors of #2819DE
Black with #2819DE
Text Example
Text Example
White with #2819DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819DE; }
p { color: rgb(40,25,222); }
H1.HeaderClassName
{
color: #2819DE;
}
.AnyTagClassName
{
color: #2819DE;
}
</style>
background-color css
<style>
a { background-color: #2819DE; }
a { background-color: rgb(40,25,222); }
div.DivClassName
{
background-color: #2819DE;
}
.BgClassName
{
background-color: #2819DE;
}
</style>
border-color css
<style>
span { border-color: #2819DE; }
span { border-color: rgb(40,25,222); }
td.TdClassName
{
border-color: #2819DE;
}
.TagClassName
{
border-color: #2819DE;
}
</style>