Shades of Blue #1407EC
Tints of Blue #1407EC
RGB
CMYK
RGB Variations
Color information
#1407EC (or 0x1407EC) is known color: Blue. HEX triplet: 14, 07 and EC. RGB value is (20,7,236). Sum of RGB (Red+Green+Blue) = 20+7+236=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 236 (92.58% from 255 or 89.73% from 263); Max value from RGB is 236 - color contains mainly: blue. Hex color #1407EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1407EC is #EBF813. Grayscale: #242424. Windows color (decimal): -15464468 or 15468308. OLE color: 15468308.
HSL color Cylindrical-coordinate representation of color #1407EC: hue angle of 243.41º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1407EC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 7 | 236 | - |
| CMYK | 0.92 | 0.97 | 0 | 0.07 |
| HSL | 243.41º | 0.94% | 0.48% | - |
| HSV(B) | 243.41º | 0.97% | 0.93% | - |
| XYZ | 15.5 | 6.36 | 79.77 | - |
| YUV | 36.99 | 240.31 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 236 | 0.92 | 0.97 | 0 | 0.07 | 243.41 | 0.94 | 0.48 |
| Hex | 14 | 7 | EC | 5C | 61 | 0 | 7 | F3 | 5E | 30 |
| Octal | 24 | 7 | 354 | 134 | 141 | 0 | 7 | 363 | 136 | 60 |
| Binary | 10100 | 111 | 11101100 | 1011100 | 1100001 | 0 | 111 | 11110011 | 1011110 | 110000 |
Color Harmonies of #1407EC
Complementary color
Monochromatic Colors of #1407EC
Black with #1407EC
Text Example
Text Example
White with #1407EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1407EC; }
p { color: rgb(20,7,236); }
H1.HeaderClassName
{
color: #1407EC;
}
.AnyTagClassName
{
color: #1407EC;
}
</style>
background-color css
<style>
a { background-color: #1407EC; }
a { background-color: rgb(20,7,236); }
div.DivClassName
{
background-color: #1407EC;
}
.BgClassName
{
background-color: #1407EC;
}
</style>
border-color css
<style>
span { border-color: #1407EC; }
span { border-color: rgb(20,7,236); }
td.TdClassName
{
border-color: #1407EC;
}
.TagClassName
{
border-color: #1407EC;
}
</style>