Shades of Medium Blue #1811DD
Tints of Medium Blue #1811DD
RGB
CMYK
RGB Variations
Color information
#1811DD (or 0x1811DD) is known color: Medium Blue. HEX triplet: 18, 11 and DD. RGB value is (24,17,221). Sum of RGB (Red+Green+Blue) = 24+17+221=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 221 (86.72% from 255 or 84.35% from 262); Max value from RGB is 221 - color contains mainly: blue. Hex color #1811DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1811DD is #E7EE22. Grayscale: #292929. Windows color (decimal): -15199779 or 14487832. OLE color: 14487832.
HSL color Cylindrical-coordinate representation of color #1811DD: hue angle of 242.06º 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 #1811DD is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 17 | 221 | - |
| CMYK | 0.89 | 0.92 | 0 | 0.13 |
| HSL | 242.06º | 0.86% | 0.47% | - |
| HSV(B) | 242.06º | 0.92% | 0.87% | - |
| XYZ | 13.63 | 5.82 | 68.81 | - |
| YUV | 42.35 | 228.82 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 221 | 0.89 | 0.92 | 0 | 0.13 | 242.06 | 0.86 | 0.47 |
| Hex | 18 | 11 | DD | 59 | 5C | 0 | D | F2 | 56 | 2F |
| Octal | 30 | 21 | 335 | 131 | 134 | 0 | 15 | 362 | 126 | 57 |
| Binary | 11000 | 10001 | 11011101 | 1011001 | 1011100 | 0 | 1101 | 11110010 | 1010110 | 101111 |
Color Harmonies of #1811DD
Complementary color
Monochromatic Colors of #1811DD
Black with #1811DD
Text Example
Text Example
White with #1811DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1811DD; }
p { color: rgb(24,17,221); }
H1.HeaderClassName
{
color: #1811DD;
}
.AnyTagClassName
{
color: #1811DD;
}
</style>
background-color css
<style>
a { background-color: #1811DD; }
a { background-color: rgb(24,17,221); }
div.DivClassName
{
background-color: #1811DD;
}
.BgClassName
{
background-color: #1811DD;
}
</style>
border-color css
<style>
span { border-color: #1811DD; }
span { border-color: rgb(24,17,221); }
td.TdClassName
{
border-color: #1811DD;
}
.TagClassName
{
border-color: #1811DD;
}
</style>