Shades of Blue #1428EF
Tints of Blue #1428EF
RGB
CMYK
RGB Variations
Color information
#1428EF (or 0x1428EF) is known color: Blue. HEX triplet: 14, 28 and EF. RGB value is (20,40,239). Sum of RGB (Red+Green+Blue) = 20+40+239=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #1428EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428EF is #EBD710. Grayscale: #373737. Windows color (decimal): -15456017 or 15673364. OLE color: 15673364.
HSL color Cylindrical-coordinate representation of color #1428EF: hue angle of 234.52º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1428EF is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 40 | 239 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.06 |
| HSL | 234.52º | 0.87% | 0.51% | - |
| HSV(B) | 234.52º | 0.92% | 0.94% | - |
| XYZ | 16.63 | 7.9 | 82.31 | - |
| YUV | 56.71 | 230.87 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 239 | 0.92 | 0.83 | 0 | 0.06 | 234.52 | 0.87 | 0.51 |
| Hex | 14 | 28 | EF | 5C | 53 | 0 | 6 | EB | 57 | 33 |
| Octal | 24 | 50 | 357 | 134 | 123 | 0 | 6 | 353 | 127 | 63 |
| Binary | 10100 | 101000 | 11101111 | 1011100 | 1010011 | 0 | 110 | 11101011 | 1010111 | 110011 |
Color Harmonies of #1428EF
Complementary color
Monochromatic Colors of #1428EF
Black with #1428EF
Text Example
Text Example
White with #1428EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428EF; }
p { color: rgb(20,40,239); }
H1.HeaderClassName
{
color: #1428EF;
}
.AnyTagClassName
{
color: #1428EF;
}
</style>
background-color css
<style>
a { background-color: #1428EF; }
a { background-color: rgb(20,40,239); }
div.DivClassName
{
background-color: #1428EF;
}
.BgClassName
{
background-color: #1428EF;
}
</style>
border-color css
<style>
span { border-color: #1428EF; }
span { border-color: rgb(20,40,239); }
td.TdClassName
{
border-color: #1428EF;
}
.TagClassName
{
border-color: #1428EF;
}
</style>