Shades of Medium Blue #1409CF
Tints of Medium Blue #1409CF
RGB
CMYK
RGB Variations
Color information
#1409CF (or 0x1409CF) is known color: Medium Blue. HEX triplet: 14, 09 and CF. RGB value is (20,9,207). Sum of RGB (Red+Green+Blue) = 20+9+207=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 207 (81.25% from 255 or 87.71% from 236); Max value from RGB is 207 - color contains mainly: blue. Hex color #1409CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409CF is #EBF630. Grayscale: #222222. Windows color (decimal): -15463985 or 13568276. OLE color: 13568276.
HSL color Cylindrical-coordinate representation of color #1409CF: hue angle of 243.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409CF is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 9 | 207 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.19 |
| HSL | 243.33º | 0.92% | 0.42% | - |
| HSV(B) | 243.33º | 0.96% | 0.81% | - |
| XYZ | 11.65 | 4.85 | 59.35 | - |
| YUV | 34.86 | 225.14 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 207 | 0.90 | 0.96 | 0 | 0.19 | 243.33 | 0.92 | 0.42 |
| Hex | 14 | 9 | CF | 5A | 60 | 0 | 13 | F3 | 5C | 2A |
| Octal | 24 | 11 | 317 | 132 | 140 | 0 | 23 | 363 | 134 | 52 |
| Binary | 10100 | 1001 | 11001111 | 1011010 | 1100000 | 0 | 10011 | 11110011 | 1011100 | 101010 |
Color Harmonies of #1409CF
Complementary color
Monochromatic Colors of #1409CF
Black with #1409CF
Text Example
Text Example
White with #1409CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1409CF; }
p { color: rgb(20,9,207); }
H1.HeaderClassName
{
color: #1409CF;
}
.AnyTagClassName
{
color: #1409CF;
}
</style>
background-color css
<style>
a { background-color: #1409CF; }
a { background-color: rgb(20,9,207); }
div.DivClassName
{
background-color: #1409CF;
}
.BgClassName
{
background-color: #1409CF;
}
</style>
border-color css
<style>
span { border-color: #1409CF; }
span { border-color: rgb(20,9,207); }
td.TdClassName
{
border-color: #1409CF;
}
.TagClassName
{
border-color: #1409CF;
}
</style>