Shades of Blue #1428EB
Tints of Blue #1428EB
RGB
CMYK
RGB Variations
Color information
#1428EB (or 0x1428EB) is known color: Blue. HEX triplet: 14, 28 and EB. RGB value is (20,40,235). Sum of RGB (Red+Green+Blue) = 20+40+235=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #1428EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1428EB is #EBD714. Grayscale: #373737. Windows color (decimal): -15456021 or 15411220. OLE color: 15411220.
HSL color Cylindrical-coordinate representation of color #1428EB: hue angle of 234.42º 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 #1428EB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 40 | 235 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.08 |
| HSL | 234.42º | 0.84% | 0.5% | - |
| HSV(B) | 234.42º | 0.91% | 0.92% | - |
| XYZ | 16.04 | 7.66 | 79.23 | - |
| YUV | 56.25 | 228.87 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 235 | 0.91 | 0.83 | 0 | 0.08 | 234.42 | 0.84 | 0.5 |
| Hex | 14 | 28 | EB | 5B | 53 | 0 | 8 | EA | 54 | 32 |
| Octal | 24 | 50 | 353 | 133 | 123 | 0 | 10 | 352 | 124 | 62 |
| Binary | 10100 | 101000 | 11101011 | 1011011 | 1010011 | 0 | 1000 | 11101010 | 1010100 | 110010 |
Color Harmonies of #1428EB
Complementary color
Monochromatic Colors of #1428EB
Black with #1428EB
Text Example
Text Example
White with #1428EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1428EB; }
p { color: rgb(20,40,235); }
H1.HeaderClassName
{
color: #1428EB;
}
.AnyTagClassName
{
color: #1428EB;
}
</style>
background-color css
<style>
a { background-color: #1428EB; }
a { background-color: rgb(20,40,235); }
div.DivClassName
{
background-color: #1428EB;
}
.BgClassName
{
background-color: #1428EB;
}
</style>
border-color css
<style>
span { border-color: #1428EB; }
span { border-color: rgb(20,40,235); }
td.TdClassName
{
border-color: #1428EB;
}
.TagClassName
{
border-color: #1428EB;
}
</style>