Shades of Medium Blue #1416DD
Tints of Medium Blue #1416DD
RGB
CMYK
RGB Variations
Color information
#1416DD (or 0x1416DD) is known color: Medium Blue. HEX triplet: 14, 16 and DD. RGB value is (20,22,221). Sum of RGB (Red+Green+Blue) = 20+22+221=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #1416DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1416DD is #EBE922. Grayscale: #2B2B2B. Windows color (decimal): -15460643 or 14489108. OLE color: 14489108.
HSL color Cylindrical-coordinate representation of color #1416DD: hue angle of 239.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1416DD is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 22 | 221 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.13 |
| HSL | 239.4º | 0.83% | 0.47% | - |
| HSV(B) | 239.4º | 0.91% | 0.87% | - |
| XYZ | 13.63 | 5.94 | 68.84 | - |
| YUV | 44.09 | 227.84 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 221 | 0.91 | 0.90 | 0 | 0.13 | 239.4 | 0.83 | 0.47 |
| Hex | 14 | 16 | DD | 5B | 5A | 0 | D | EF | 53 | 2F |
| Octal | 24 | 26 | 335 | 133 | 132 | 0 | 15 | 357 | 123 | 57 |
| Binary | 10100 | 10110 | 11011101 | 1011011 | 1011010 | 0 | 1101 | 11101111 | 1010011 | 101111 |
Color Harmonies of #1416DD
Complementary color
Monochromatic Colors of #1416DD
Black with #1416DD
Text Example
Text Example
White with #1416DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1416DD; }
p { color: rgb(20,22,221); }
H1.HeaderClassName
{
color: #1416DD;
}
.AnyTagClassName
{
color: #1416DD;
}
</style>
background-color css
<style>
a { background-color: #1416DD; }
a { background-color: rgb(20,22,221); }
div.DivClassName
{
background-color: #1416DD;
}
.BgClassName
{
background-color: #1416DD;
}
</style>
border-color css
<style>
span { border-color: #1416DD; }
span { border-color: rgb(20,22,221); }
td.TdClassName
{
border-color: #1416DD;
}
.TagClassName
{
border-color: #1416DD;
}
</style>