Shades of Medium Blue #1411DD
Tints of Medium Blue #1411DD
RGB
CMYK
RGB Variations
Color information
#1411DD (or 0x1411DD) is known color: Medium Blue. HEX triplet: 14, 11 and DD. RGB value is (20,17,221). Sum of RGB (Red+Green+Blue) = 20+17+221=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #1411DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1411DD is #EBEE22. Grayscale: #282828. Windows color (decimal): -15461923 or 14487828. OLE color: 14487828.
HSL color Cylindrical-coordinate representation of color #1411DD: hue angle of 240.88º 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 #1411DD is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 17 | 221 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.13 |
| HSL | 240.88º | 0.86% | 0.47% | - |
| HSV(B) | 240.88º | 0.92% | 0.87% | - |
| XYZ | 13.54 | 5.77 | 68.81 | - |
| YUV | 41.15 | 229.49 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 221 | 0.91 | 0.92 | 0 | 0.13 | 240.88 | 0.86 | 0.47 |
| Hex | 14 | 11 | DD | 5B | 5C | 0 | D | F1 | 56 | 2F |
| Octal | 24 | 21 | 335 | 133 | 134 | 0 | 15 | 361 | 126 | 57 |
| Binary | 10100 | 10001 | 11011101 | 1011011 | 1011100 | 0 | 1101 | 11110001 | 1010110 | 101111 |
Color Harmonies of #1411DD
Complementary color
Monochromatic Colors of #1411DD
Black with #1411DD
Text Example
Text Example
White with #1411DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1411DD; }
p { color: rgb(20,17,221); }
H1.HeaderClassName
{
color: #1411DD;
}
.AnyTagClassName
{
color: #1411DD;
}
</style>
background-color css
<style>
a { background-color: #1411DD; }
a { background-color: rgb(20,17,221); }
div.DivClassName
{
background-color: #1411DD;
}
.BgClassName
{
background-color: #1411DD;
}
</style>
border-color css
<style>
span { border-color: #1411DD; }
span { border-color: rgb(20,17,221); }
td.TdClassName
{
border-color: #1411DD;
}
.TagClassName
{
border-color: #1411DD;
}
</style>