Shades of Blue #1428EA
Tints of Blue #1428EA
RGB
CMYK
RGB Variations
Color information
#1428EA (or 0x1428EA) is known color: Blue. HEX triplet: 14, 28 and EA. RGB value is (20,40,234). Sum of RGB (Red+Green+Blue) = 20+40+234=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 234 (91.80% from 255 or 79.59% from 294); Max value from RGB is 234 - color contains mainly: blue. Hex color #1428EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428EA is #EBD715. Grayscale: #373737. Windows color (decimal): -15456022 or 15345684. OLE color: 15345684.
HSL color Cylindrical-coordinate representation of color #1428EA: hue angle of 234.39º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1428EA is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 40 | 234 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.08 |
| HSL | 234.39º | 0.84% | 0.5% | - |
| HSV(B) | 234.39º | 0.91% | 0.92% | - |
| XYZ | 15.9 | 7.61 | 78.47 | - |
| YUV | 56.14 | 228.37 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 234 | 0.91 | 0.83 | 0 | 0.08 | 234.39 | 0.84 | 0.5 |
| Hex | 14 | 28 | EA | 5B | 53 | 0 | 8 | EA | 54 | 32 |
| Octal | 24 | 50 | 352 | 133 | 123 | 0 | 10 | 352 | 124 | 62 |
| Binary | 10100 | 101000 | 11101010 | 1011011 | 1010011 | 0 | 1000 | 11101010 | 1010100 | 110010 |
Color Harmonies of #1428EA
Complementary color
Monochromatic Colors of #1428EA
Black with #1428EA
Text Example
Text Example
White with #1428EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428EA; }
p { color: rgb(20,40,234); }
H1.HeaderClassName
{
color: #1428EA;
}
.AnyTagClassName
{
color: #1428EA;
}
</style>
background-color css
<style>
a { background-color: #1428EA; }
a { background-color: rgb(20,40,234); }
div.DivClassName
{
background-color: #1428EA;
}
.BgClassName
{
background-color: #1428EA;
}
</style>
border-color css
<style>
span { border-color: #1428EA; }
span { border-color: rgb(20,40,234); }
td.TdClassName
{
border-color: #1428EA;
}
.TagClassName
{
border-color: #1428EA;
}
</style>