Shades of Blue #1410EC
Tints of Blue #1410EC
RGB
CMYK
RGB Variations
Color information
#1410EC (or 0x1410EC) is known color: Blue. HEX triplet: 14, 10 and EC. RGB value is (20,16,236). Sum of RGB (Red+Green+Blue) = 20+16+236=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #1410EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1410EC is #EBEF13. Grayscale: #292929. Windows color (decimal): -15462164 or 15470612. OLE color: 15470612.
HSL color Cylindrical-coordinate representation of color #1410EC: hue angle of 241.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1410EC is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 16 | 236 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.07 |
| HSL | 241.09º | 0.87% | 0.49% | - |
| HSV(B) | 241.09º | 0.93% | 0.93% | - |
| XYZ | 15.61 | 6.58 | 79.8 | - |
| YUV | 42.28 | 237.33 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 16 | 236 | 0.92 | 0.93 | 0 | 0.07 | 241.09 | 0.87 | 0.49 |
| Hex | 14 | 10 | EC | 5C | 5D | 0 | 7 | F1 | 57 | 31 |
| Octal | 24 | 20 | 354 | 134 | 135 | 0 | 7 | 361 | 127 | 61 |
| Binary | 10100 | 10000 | 11101100 | 1011100 | 1011101 | 0 | 111 | 11110001 | 1010111 | 110001 |
Color Harmonies of #1410EC
Complementary color
Monochromatic Colors of #1410EC
Black with #1410EC
Text Example
Text Example
White with #1410EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1410EC; }
p { color: rgb(20,16,236); }
H1.HeaderClassName
{
color: #1410EC;
}
.AnyTagClassName
{
color: #1410EC;
}
</style>
background-color css
<style>
a { background-color: #1410EC; }
a { background-color: rgb(20,16,236); }
div.DivClassName
{
background-color: #1410EC;
}
.BgClassName
{
background-color: #1410EC;
}
</style>
border-color css
<style>
span { border-color: #1410EC; }
span { border-color: rgb(20,16,236); }
td.TdClassName
{
border-color: #1410EC;
}
.TagClassName
{
border-color: #1410EC;
}
</style>