Shades of Medium Blue #1409D5
Tints of Medium Blue #1409D5
RGB
CMYK
RGB Variations
Color information
#1409D5 (or 0x1409D5) is known color: Medium Blue. HEX triplet: 14, 09 and D5. RGB value is (20,9,213). Sum of RGB (Red+Green+Blue) = 20+9+213=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 213 (83.59% from 255 or 88.02% from 242); Max value from RGB is 213 - color contains mainly: blue. Hex color #1409D5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409D5 is #EBF62A. Grayscale: #222222. Windows color (decimal): -15463979 or 13961492. OLE color: 13961492.
HSL color Cylindrical-coordinate representation of color #1409D5: hue angle of 243.24º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409D5 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 9 | 213 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.16 |
| HSL | 243.24º | 0.92% | 0.44% | - |
| HSV(B) | 243.24º | 0.96% | 0.84% | - |
| XYZ | 12.4 | 5.15 | 63.29 | - |
| YUV | 35.55 | 228.14 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 213 | 0.91 | 0.96 | 0 | 0.16 | 243.24 | 0.92 | 0.44 |
| Hex | 14 | 9 | D5 | 5B | 60 | 0 | 10 | F3 | 5C | 2C |
| Octal | 24 | 11 | 325 | 133 | 140 | 0 | 20 | 363 | 134 | 54 |
| Binary | 10100 | 1001 | 11010101 | 1011011 | 1100000 | 0 | 10000 | 11110011 | 1011100 | 101100 |
Color Harmonies of #1409D5
Complementary color
Monochromatic Colors of #1409D5
Black with #1409D5
Text Example
Text Example
White with #1409D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409D5; }
p { color: rgb(20,9,213); }
H1.HeaderClassName
{
color: #1409D5;
}
.AnyTagClassName
{
color: #1409D5;
}
</style>
background-color css
<style>
a { background-color: #1409D5; }
a { background-color: rgb(20,9,213); }
div.DivClassName
{
background-color: #1409D5;
}
.BgClassName
{
background-color: #1409D5;
}
</style>
border-color css
<style>
span { border-color: #1409D5; }
span { border-color: rgb(20,9,213); }
td.TdClassName
{
border-color: #1409D5;
}
.TagClassName
{
border-color: #1409D5;
}
</style>