Shades of Medium Blue #2811DE
Tints of Medium Blue #2811DE
RGB
CMYK
RGB Variations
Color information
#2811DE (or 0x2811DE) is known color: Medium Blue. HEX triplet: 28, 11 and DE. RGB value is (40,17,222). Sum of RGB (Red+Green+Blue) = 40+17+222=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #2811DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2811DE is #D7EE21. Grayscale: #2E2E2E. Windows color (decimal): -14151202 or 14553384. OLE color: 14553384.
HSL color Cylindrical-coordinate representation of color #2811DE: hue angle of 246.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2811DE is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 17 | 222 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.13 |
| HSL | 246.73º | 0.86% | 0.47% | - |
| HSV(B) | 246.73º | 0.92% | 0.87% | - |
| XYZ | 14.26 | 6.13 | 69.54 | - |
| YUV | 47.25 | 226.62 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 222 | 0.82 | 0.92 | 0 | 0.13 | 246.73 | 0.86 | 0.47 |
| Hex | 28 | 11 | DE | 52 | 5C | 0 | D | F7 | 56 | 2F |
| Octal | 50 | 21 | 336 | 122 | 134 | 0 | 15 | 367 | 126 | 57 |
| Binary | 101000 | 10001 | 11011110 | 1010010 | 1011100 | 0 | 1101 | 11110111 | 1010110 | 101111 |
Color Harmonies of #2811DE
Complementary color
Monochromatic Colors of #2811DE
Black with #2811DE
Text Example
Text Example
White with #2811DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2811DE; }
p { color: rgb(40,17,222); }
H1.HeaderClassName
{
color: #2811DE;
}
.AnyTagClassName
{
color: #2811DE;
}
</style>
background-color css
<style>
a { background-color: #2811DE; }
a { background-color: rgb(40,17,222); }
div.DivClassName
{
background-color: #2811DE;
}
.BgClassName
{
background-color: #2811DE;
}
</style>
border-color css
<style>
span { border-color: #2811DE; }
span { border-color: rgb(40,17,222); }
td.TdClassName
{
border-color: #2811DE;
}
.TagClassName
{
border-color: #2811DE;
}
</style>