Shades of Medium Blue #1410D9
Tints of Medium Blue #1410D9
RGB
CMYK
RGB Variations
Color information
#1410D9 (or 0x1410D9) is known color: Medium Blue. HEX triplet: 14, 10 and D9. RGB value is (20,16,217). Sum of RGB (Red+Green+Blue) = 20+16+217=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 217 (85.16% from 255 or 85.77% from 253); Max value from RGB is 217 - color contains mainly: blue. Hex color #1410D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1410D9 is #EBEF26. Grayscale: #272727. Windows color (decimal): -15462183 or 14225428. OLE color: 14225428.
HSL color Cylindrical-coordinate representation of color #1410D9: hue angle of 241.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1410D9 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 16 | 217 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.15 |
| HSL | 241.19º | 0.86% | 0.46% | - |
| HSV(B) | 241.19º | 0.93% | 0.85% | - |
| XYZ | 13 | 5.53 | 66.03 | - |
| YUV | 40.11 | 227.83 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 217 | 0.91 | 0.93 | 0 | 0.15 | 241.19 | 0.86 | 0.46 |
| Hex | 14 | 10 | D9 | 5B | 5D | 0 | F | F1 | 56 | 2E |
| Octal | 24 | 20 | 331 | 133 | 135 | 0 | 17 | 361 | 126 | 56 |
| Binary | 10100 | 10000 | 11011001 | 1011011 | 1011101 | 0 | 1111 | 11110001 | 1010110 | 101110 |
Color Harmonies of #1410D9
Complementary color
Monochromatic Colors of #1410D9
Black with #1410D9
Text Example
Text Example
White with #1410D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410D9; }
p { color: rgb(20,16,217); }
H1.HeaderClassName
{
color: #1410D9;
}
.AnyTagClassName
{
color: #1410D9;
}
</style>
background-color css
<style>
a { background-color: #1410D9; }
a { background-color: rgb(20,16,217); }
div.DivClassName
{
background-color: #1410D9;
}
.BgClassName
{
background-color: #1410D9;
}
</style>
border-color css
<style>
span { border-color: #1410D9; }
span { border-color: rgb(20,16,217); }
td.TdClassName
{
border-color: #1410D9;
}
.TagClassName
{
border-color: #1410D9;
}
</style>