Shades of Blue #1426EA
Tints of Blue #1426EA
RGB
CMYK
RGB Variations
Color information
#1426EA (or 0x1426EA) is known color: Blue. HEX triplet: 14, 26 and EA. RGB value is (20,38,234). Sum of RGB (Red+Green+Blue) = 20+38+234=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 234 (91.80% from 255 or 80.14% from 292); Max value from RGB is 234 - color contains mainly: blue. Hex color #1426EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1426EA is #EBD915. Grayscale: #363636. Windows color (decimal): -15456534 or 15345172. OLE color: 15345172.
HSL color Cylindrical-coordinate representation of color #1426EA: hue angle of 234.95º 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 #1426EA is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 38 | 234 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.08 |
| HSL | 234.95º | 0.84% | 0.5% | - |
| HSV(B) | 234.95º | 0.91% | 0.92% | - |
| XYZ | 15.83 | 7.48 | 78.45 | - |
| YUV | 54.96 | 229.04 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 234 | 0.91 | 0.84 | 0 | 0.08 | 234.95 | 0.84 | 0.5 |
| Hex | 14 | 26 | EA | 5B | 54 | 0 | 8 | EB | 54 | 32 |
| Octal | 24 | 46 | 352 | 133 | 124 | 0 | 10 | 353 | 124 | 62 |
| Binary | 10100 | 100110 | 11101010 | 1011011 | 1010100 | 0 | 1000 | 11101011 | 1010100 | 110010 |
Color Harmonies of #1426EA
Complementary color
Monochromatic Colors of #1426EA
Black with #1426EA
Text Example
Text Example
White with #1426EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1426EA; }
p { color: rgb(20,38,234); }
H1.HeaderClassName
{
color: #1426EA;
}
.AnyTagClassName
{
color: #1426EA;
}
</style>
background-color css
<style>
a { background-color: #1426EA; }
a { background-color: rgb(20,38,234); }
div.DivClassName
{
background-color: #1426EA;
}
.BgClassName
{
background-color: #1426EA;
}
</style>
border-color css
<style>
span { border-color: #1426EA; }
span { border-color: rgb(20,38,234); }
td.TdClassName
{
border-color: #1426EA;
}
.TagClassName
{
border-color: #1426EA;
}
</style>