Shades of Medium Blue #2811DD
Tints of Medium Blue #2811DD
RGB
CMYK
RGB Variations
Color information
#2811DD (or 0x2811DD) is known color: Medium Blue. HEX triplet: 28, 11 and DD. RGB value is (40,17,221). Sum of RGB (Red+Green+Blue) = 40+17+221=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 221 (86.72% from 255 or 79.50% from 278); Max value from RGB is 221 - color contains mainly: blue. Hex color #2811DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2811DD is #D7EE22. Grayscale: #2E2E2E. Windows color (decimal): -14151203 or 14487848. OLE color: 14487848.
HSL color Cylindrical-coordinate representation of color #2811DD: hue angle of 246.76º 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 #2811DD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 17 | 221 | - |
| CMYK | 0.82 | 0.92 | 0 | 0.13 |
| HSL | 246.76º | 0.86% | 0.47% | - |
| HSV(B) | 246.76º | 0.92% | 0.87% | - |
| XYZ | 14.13 | 6.07 | 68.83 | - |
| YUV | 47.13 | 226.12 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 221 | 0.82 | 0.92 | 0 | 0.13 | 246.76 | 0.86 | 0.47 |
| Hex | 28 | 11 | DD | 52 | 5C | 0 | D | F7 | 56 | 2F |
| Octal | 50 | 21 | 335 | 122 | 134 | 0 | 15 | 367 | 126 | 57 |
| Binary | 101000 | 10001 | 11011101 | 1010010 | 1011100 | 0 | 1101 | 11110111 | 1010110 | 101111 |
Color Harmonies of #2811DD
Complementary color
Monochromatic Colors of #2811DD
Black with #2811DD
Text Example
Text Example
White with #2811DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2811DD; }
p { color: rgb(40,17,221); }
H1.HeaderClassName
{
color: #2811DD;
}
.AnyTagClassName
{
color: #2811DD;
}
</style>
background-color css
<style>
a { background-color: #2811DD; }
a { background-color: rgb(40,17,221); }
div.DivClassName
{
background-color: #2811DD;
}
.BgClassName
{
background-color: #2811DD;
}
</style>
border-color css
<style>
span { border-color: #2811DD; }
span { border-color: rgb(40,17,221); }
td.TdClassName
{
border-color: #2811DD;
}
.TagClassName
{
border-color: #2811DD;
}
</style>