Shades of Medium Blue #1409DE
Tints of Medium Blue #1409DE
RGB
CMYK
RGB Variations
Color information
#1409DE (or 0x1409DE) is known color: Medium Blue. HEX triplet: 14, 09 and DE. RGB value is (20,9,222). Sum of RGB (Red+Green+Blue) = 20+9+222=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 222 (87.11% from 255 or 88.45% from 251); Max value from RGB is 222 - color contains mainly: blue. Hex color #1409DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409DE is #EBF621. Grayscale: #232323. Windows color (decimal): -15463970 or 14551316. OLE color: 14551316.
HSL color Cylindrical-coordinate representation of color #1409DE: hue angle of 243.1º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409DE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 9 | 222 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.13 |
| HSL | 243.1º | 0.92% | 0.45% | - |
| HSV(B) | 243.1º | 0.96% | 0.87% | - |
| XYZ | 13.57 | 5.62 | 69.48 | - |
| YUV | 36.57 | 232.64 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 222 | 0.91 | 0.96 | 0 | 0.13 | 243.1 | 0.92 | 0.45 |
| Hex | 14 | 9 | DE | 5B | 60 | 0 | D | F3 | 5C | 2D |
| Octal | 24 | 11 | 336 | 133 | 140 | 0 | 15 | 363 | 134 | 55 |
| Binary | 10100 | 1001 | 11011110 | 1011011 | 1100000 | 0 | 1101 | 11110011 | 1011100 | 101101 |
Color Harmonies of #1409DE
Complementary color
Monochromatic Colors of #1409DE
Black with #1409DE
Text Example
Text Example
White with #1409DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409DE; }
p { color: rgb(20,9,222); }
H1.HeaderClassName
{
color: #1409DE;
}
.AnyTagClassName
{
color: #1409DE;
}
</style>
background-color css
<style>
a { background-color: #1409DE; }
a { background-color: rgb(20,9,222); }
div.DivClassName
{
background-color: #1409DE;
}
.BgClassName
{
background-color: #1409DE;
}
</style>
border-color css
<style>
span { border-color: #1409DE; }
span { border-color: rgb(20,9,222); }
td.TdClassName
{
border-color: #1409DE;
}
.TagClassName
{
border-color: #1409DE;
}
</style>