Shades of Blue #1014EC
Tints of Blue #1014EC
RGB
CMYK
RGB Variations
Color information
#1014EC (or 0x1014EC) is known color: Blue. HEX triplet: 10, 14 and EC. RGB value is (16,20,236). Sum of RGB (Red+Green+Blue) = 16+20+236=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 20 (8.20% from 255 or 7.35% 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 #1014EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1014EC is #EFEB13. Grayscale: #2A2A2A. Windows color (decimal): -15723284 or 15471632. OLE color: 15471632.
HSL color Cylindrical-coordinate representation of color #1014EC: hue angle of 238.91º 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 #1014EC is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 20 | 236 | - |
| CMYK | 0.93 | 0.92 | 0 | 0.07 |
| HSL | 238.91º | 0.87% | 0.49% | - |
| HSV(B) | 238.91º | 0.93% | 0.93% | - |
| XYZ | 15.6 | 6.67 | 79.82 | - |
| YUV | 43.43 | 236.67 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 236 | 0.93 | 0.92 | 0 | 0.07 | 238.91 | 0.87 | 0.49 |
| Hex | 10 | 14 | EC | 5D | 5C | 0 | 7 | EF | 57 | 31 |
| Octal | 20 | 24 | 354 | 135 | 134 | 0 | 7 | 357 | 127 | 61 |
| Binary | 10000 | 10100 | 11101100 | 1011101 | 1011100 | 0 | 111 | 11101111 | 1010111 | 110001 |
Color Harmonies of #1014EC
Complementary color
Monochromatic Colors of #1014EC
Black with #1014EC
Text Example
Text Example
White with #1014EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014EC; }
p { color: rgb(16,20,236); }
H1.HeaderClassName
{
color: #1014EC;
}
.AnyTagClassName
{
color: #1014EC;
}
</style>
background-color css
<style>
a { background-color: #1014EC; }
a { background-color: rgb(16,20,236); }
div.DivClassName
{
background-color: #1014EC;
}
.BgClassName
{
background-color: #1014EC;
}
</style>
border-color css
<style>
span { border-color: #1014EC; }
span { border-color: rgb(16,20,236); }
td.TdClassName
{
border-color: #1014EC;
}
.TagClassName
{
border-color: #1014EC;
}
</style>