Shades of Blue #1428EC
Tints of Blue #1428EC
RGB
CMYK
RGB Variations
Color information
#1428EC (or 0x1428EC) is known color: Blue. HEX triplet: 14, 28 and EC. RGB value is (20,40,236). Sum of RGB (Red+Green+Blue) = 20+40+236=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 236 (92.58% from 255 or 79.73% from 296); Max value from RGB is 236 - color contains mainly: blue. Hex color #1428EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428EC is #EBD713. Grayscale: #373737. Windows color (decimal): -15456020 or 15476756. OLE color: 15476756.
HSL color Cylindrical-coordinate representation of color #1428EC: hue angle of 234.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1428EC is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 40 | 236 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.07 |
| HSL | 234.44º | 0.85% | 0.5% | - |
| HSV(B) | 234.44º | 0.92% | 0.93% | - |
| XYZ | 16.19 | 7.72 | 79.99 | - |
| YUV | 56.36 | 229.37 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 236 | 0.92 | 0.83 | 0 | 0.07 | 234.44 | 0.85 | 0.5 |
| Hex | 14 | 28 | EC | 5C | 53 | 0 | 7 | EA | 55 | 32 |
| Octal | 24 | 50 | 354 | 134 | 123 | 0 | 7 | 352 | 125 | 62 |
| Binary | 10100 | 101000 | 11101100 | 1011100 | 1010011 | 0 | 111 | 11101010 | 1010101 | 110010 |
Color Harmonies of #1428EC
Complementary color
Monochromatic Colors of #1428EC
Black with #1428EC
Text Example
Text Example
White with #1428EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428EC; }
p { color: rgb(20,40,236); }
H1.HeaderClassName
{
color: #1428EC;
}
.AnyTagClassName
{
color: #1428EC;
}
</style>
background-color css
<style>
a { background-color: #1428EC; }
a { background-color: rgb(20,40,236); }
div.DivClassName
{
background-color: #1428EC;
}
.BgClassName
{
background-color: #1428EC;
}
</style>
border-color css
<style>
span { border-color: #1428EC; }
span { border-color: rgb(20,40,236); }
td.TdClassName
{
border-color: #1428EC;
}
.TagClassName
{
border-color: #1428EC;
}
</style>