Shades of Medium Blue #1406DD
Tints of Medium Blue #1406DD
RGB
CMYK
RGB Variations
Color information
#1406DD (or 0x1406DD) is known color: Medium Blue. HEX triplet: 14, 06 and DD. RGB value is (20,6,221). Sum of RGB (Red+Green+Blue) = 20+6+221=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 221 (86.72% from 255 or 89.47% from 247); Max value from RGB is 221 - color contains mainly: blue. Hex color #1406DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406DD is #EBF922. Grayscale: #212121. Windows color (decimal): -15464739 or 14485012. OLE color: 14485012.
HSL color Cylindrical-coordinate representation of color #1406DD: hue angle of 243.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406DD is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 6 | 221 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.13 |
| HSL | 243.91º | 0.95% | 0.45% | - |
| HSV(B) | 243.91º | 0.97% | 0.87% | - |
| XYZ | 13.4 | 5.5 | 68.76 | - |
| YUV | 34.7 | 233.14 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 221 | 0.91 | 0.97 | 0 | 0.13 | 243.91 | 0.95 | 0.45 |
| Hex | 14 | 6 | DD | 5B | 61 | 0 | D | F4 | 5F | 2D |
| Octal | 24 | 6 | 335 | 133 | 141 | 0 | 15 | 364 | 137 | 55 |
| Binary | 10100 | 110 | 11011101 | 1011011 | 1100001 | 0 | 1101 | 11110100 | 1011111 | 101101 |
Color Harmonies of #1406DD
Complementary color
Monochromatic Colors of #1406DD
Black with #1406DD
Text Example
Text Example
White with #1406DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406DD; }
p { color: rgb(20,6,221); }
H1.HeaderClassName
{
color: #1406DD;
}
.AnyTagClassName
{
color: #1406DD;
}
</style>
background-color css
<style>
a { background-color: #1406DD; }
a { background-color: rgb(20,6,221); }
div.DivClassName
{
background-color: #1406DD;
}
.BgClassName
{
background-color: #1406DD;
}
</style>
border-color css
<style>
span { border-color: #1406DD; }
span { border-color: rgb(20,6,221); }
td.TdClassName
{
border-color: #1406DD;
}
.TagClassName
{
border-color: #1406DD;
}
</style>