Shades of Blue #1424FE
Tints of Blue #1424FE
RGB
CMYK
RGB Variations
Color information
#1424FE (or 0x1424FE) is known color: Blue. HEX triplet: 14, 24 and FE. RGB value is (20,36,254). Sum of RGB (Red+Green+Blue) = 20+36+254=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #1424FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1424FE is #EBDB01. Grayscale: #373737. Windows color (decimal): -15457026 or 16655380. OLE color: 16655380.
HSL color Cylindrical-coordinate representation of color #1424FE: hue angle of 235.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1424FE is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 36 | 254 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.00 |
| HSL | 235.9º | 0.99% | 0.54% | - |
| HSV(B) | 235.9º | 0.92% | 1% | - |
| XYZ | 18.81 | 8.57 | 94.43 | - |
| YUV | 56.07 | 239.7 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 254 | 0.92 | 0.86 | 0 | 0.00 | 235.9 | 0.99 | 0.54 |
| Hex | 14 | 24 | FE | 5C | 56 | 0 | 0 | EC | 63 | 36 |
| Octal | 24 | 44 | 376 | 134 | 126 | 0 | 0 | 354 | 143 | 66 |
| Binary | 10100 | 100100 | 11111110 | 1011100 | 1010110 | 0 | 0 | 11101100 | 1100011 | 110110 |
Color Harmonies of #1424FE
Complementary color
Monochromatic Colors of #1424FE
Black with #1424FE
Text Example
Text Example
White with #1424FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424FE; }
p { color: rgb(20,36,254); }
H1.HeaderClassName
{
color: #1424FE;
}
.AnyTagClassName
{
color: #1424FE;
}
</style>
background-color css
<style>
a { background-color: #1424FE; }
a { background-color: rgb(20,36,254); }
div.DivClassName
{
background-color: #1424FE;
}
.BgClassName
{
background-color: #1424FE;
}
</style>
border-color css
<style>
span { border-color: #1424FE; }
span { border-color: rgb(20,36,254); }
td.TdClassName
{
border-color: #1424FE;
}
.TagClassName
{
border-color: #1424FE;
}
</style>