Shades of Medium Blue #2816DC
Tints of Medium Blue #2816DC
RGB
CMYK
RGB Variations
Color information
#2816DC (or 0x2816DC) is known color: Medium Blue. HEX triplet: 28, 16 and DC. RGB value is (40,22,220). Sum of RGB (Red+Green+Blue) = 40+22+220=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #2816DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2816DC is #D7E923. Grayscale: #313131. Windows color (decimal): -14149924 or 14423592. OLE color: 14423592.
HSL color Cylindrical-coordinate representation of color #2816DC: hue angle of 245.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2816DC is Cyan = 0.82, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 22 | 220 | - |
| CMYK | 0.82 | 0.9 | 0 | 0.14 |
| HSL | 245.45º | 0.82% | 0.47% | - |
| HSV(B) | 245.45º | 0.9% | 0.86% | - |
| XYZ | 14.08 | 6.19 | 68.16 | - |
| YUV | 49.95 | 223.96 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 220 | 0.82 | 0.9 | 0 | 0.14 | 245.45 | 0.82 | 0.47 |
| Hex | 28 | 16 | DC | 52 | 5A | 0 | E | F5 | 52 | 2F |
| Octal | 50 | 26 | 334 | 122 | 132 | 0 | 16 | 365 | 122 | 57 |
| Binary | 101000 | 10110 | 11011100 | 1010010 | 1011010 | 0 | 1110 | 11110101 | 1010010 | 101111 |
Color Harmonies of #2816DC
Complementary color
Monochromatic Colors of #2816DC
Black with #2816DC
Text Example
Text Example
White with #2816DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2816DC; }
p { color: rgb(40,22,220); }
H1.HeaderClassName
{
color: #2816DC;
}
.AnyTagClassName
{
color: #2816DC;
}
</style>
background-color css
<style>
a { background-color: #2816DC; }
a { background-color: rgb(40,22,220); }
div.DivClassName
{
background-color: #2816DC;
}
.BgClassName
{
background-color: #2816DC;
}
</style>
border-color css
<style>
span { border-color: #2816DC; }
span { border-color: rgb(40,22,220); }
td.TdClassName
{
border-color: #2816DC;
}
.TagClassName
{
border-color: #2816DC;
}
</style>