Shades of Blue #1406EC
Tints of Blue #1406EC
RGB
CMYK
RGB Variations
Color information
#1406EC (or 0x1406EC) is known color: Blue. HEX triplet: 14, 06 and EC. RGB value is (20,6,236). Sum of RGB (Red+Green+Blue) = 20+6+236=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 236 (92.58% from 255 or 90.08% from 262); Max value from RGB is 236 - color contains mainly: blue. Hex color #1406EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1406EC is #EBF913. Grayscale: #232323. Windows color (decimal): -15464724 or 15468052. OLE color: 15468052.
HSL color Cylindrical-coordinate representation of color #1406EC: hue angle of 243.65º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406EC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 6 | 236 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.07 |
| HSL | 243.65º | 0.95% | 0.47% | - |
| HSV(B) | 243.65º | 0.97% | 0.93% | - |
| XYZ | 15.49 | 6.34 | 79.76 | - |
| YUV | 36.41 | 240.64 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 236 | 0.92 | 0.97 | 0 | 0.07 | 243.65 | 0.95 | 0.47 |
| Hex | 14 | 6 | EC | 5C | 61 | 0 | 7 | F4 | 5F | 2F |
| Octal | 24 | 6 | 354 | 134 | 141 | 0 | 7 | 364 | 137 | 57 |
| Binary | 10100 | 110 | 11101100 | 1011100 | 1100001 | 0 | 111 | 11110100 | 1011111 | 101111 |
Color Harmonies of #1406EC
Complementary color
Monochromatic Colors of #1406EC
Black with #1406EC
Text Example
Text Example
White with #1406EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1406EC; }
p { color: rgb(20,6,236); }
H1.HeaderClassName
{
color: #1406EC;
}
.AnyTagClassName
{
color: #1406EC;
}
</style>
background-color css
<style>
a { background-color: #1406EC; }
a { background-color: rgb(20,6,236); }
div.DivClassName
{
background-color: #1406EC;
}
.BgClassName
{
background-color: #1406EC;
}
</style>
border-color css
<style>
span { border-color: #1406EC; }
span { border-color: rgb(20,6,236); }
td.TdClassName
{
border-color: #1406EC;
}
.TagClassName
{
border-color: #1406EC;
}
</style>