Shades of Medium Blue #1409D7
Tints of Medium Blue #1409D7
RGB
CMYK
RGB Variations
Color information
#1409D7 (or 0x1409D7) is known color: Medium Blue. HEX triplet: 14, 09 and D7. RGB value is (20,9,215). Sum of RGB (Red+Green+Blue) = 20+9+215=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 215 (84.38% from 255 or 88.11% from 244); Max value from RGB is 215 - color contains mainly: blue. Hex color #1409D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409D7 is #EBF628. Grayscale: #222222. Windows color (decimal): -15463977 or 14092564. OLE color: 14092564.
HSL color Cylindrical-coordinate representation of color #1409D7: hue angle of 243.2º 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 #1409D7 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 9 | 215 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.16 |
| HSL | 243.2º | 0.92% | 0.44% | - |
| HSV(B) | 243.2º | 0.96% | 0.84% | - |
| XYZ | 12.65 | 5.25 | 64.64 | - |
| YUV | 35.77 | 229.14 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 215 | 0.91 | 0.96 | 0 | 0.16 | 243.2 | 0.92 | 0.44 |
| Hex | 14 | 9 | D7 | 5B | 60 | 0 | 10 | F3 | 5C | 2C |
| Octal | 24 | 11 | 327 | 133 | 140 | 0 | 20 | 363 | 134 | 54 |
| Binary | 10100 | 1001 | 11010111 | 1011011 | 1100000 | 0 | 10000 | 11110011 | 1011100 | 101100 |
Color Harmonies of #1409D7
Complementary color
Monochromatic Colors of #1409D7
Black with #1409D7
Text Example
Text Example
White with #1409D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409D7; }
p { color: rgb(20,9,215); }
H1.HeaderClassName
{
color: #1409D7;
}
.AnyTagClassName
{
color: #1409D7;
}
</style>
background-color css
<style>
a { background-color: #1409D7; }
a { background-color: rgb(20,9,215); }
div.DivClassName
{
background-color: #1409D7;
}
.BgClassName
{
background-color: #1409D7;
}
</style>
border-color css
<style>
span { border-color: #1409D7; }
span { border-color: rgb(20,9,215); }
td.TdClassName
{
border-color: #1409D7;
}
.TagClassName
{
border-color: #1409D7;
}
</style>