Shades of Medium Blue #1409DC
Tints of Medium Blue #1409DC
RGB
CMYK
RGB Variations
Color information
#1409DC (or 0x1409DC) is known color: Medium Blue. HEX triplet: 14, 09 and DC. RGB value is (20,9,220). Sum of RGB (Red+Green+Blue) = 20+9+220=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 220 (86.33% from 255 or 88.35% from 249); Max value from RGB is 220 - color contains mainly: blue. Hex color #1409DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409DC is #EBF623. Grayscale: #232323. Windows color (decimal): -15463972 or 14420244. OLE color: 14420244.
HSL color Cylindrical-coordinate representation of color #1409DC: hue angle of 243.13º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409DC is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 9 | 220 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.14 |
| HSL | 243.13º | 0.92% | 0.45% | - |
| HSV(B) | 243.13º | 0.96% | 0.86% | - |
| XYZ | 13.3 | 5.51 | 68.07 | - |
| YUV | 36.34 | 231.64 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 220 | 0.91 | 0.96 | 0 | 0.14 | 243.13 | 0.92 | 0.45 |
| Hex | 14 | 9 | DC | 5B | 60 | 0 | E | F3 | 5C | 2D |
| Octal | 24 | 11 | 334 | 133 | 140 | 0 | 16 | 363 | 134 | 55 |
| Binary | 10100 | 1001 | 11011100 | 1011011 | 1100000 | 0 | 1110 | 11110011 | 1011100 | 101101 |
Color Harmonies of #1409DC
Complementary color
Monochromatic Colors of #1409DC
Black with #1409DC
Text Example
Text Example
White with #1409DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409DC; }
p { color: rgb(20,9,220); }
H1.HeaderClassName
{
color: #1409DC;
}
.AnyTagClassName
{
color: #1409DC;
}
</style>
background-color css
<style>
a { background-color: #1409DC; }
a { background-color: rgb(20,9,220); }
div.DivClassName
{
background-color: #1409DC;
}
.BgClassName
{
background-color: #1409DC;
}
</style>
border-color css
<style>
span { border-color: #1409DC; }
span { border-color: rgb(20,9,220); }
td.TdClassName
{
border-color: #1409DC;
}
.TagClassName
{
border-color: #1409DC;
}
</style>