Shades of Blue #1424EB
Tints of Blue #1424EB
RGB
CMYK
RGB Variations
Color information
#1424EB (or 0x1424EB) is known color: Blue. HEX triplet: 14, 24 and EB. RGB value is (20,36,235). Sum of RGB (Red+Green+Blue) = 20+36+235=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #1424EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1424EB is #EBDB14. Grayscale: #353535. Windows color (decimal): -15457045 or 15410196. OLE color: 15410196.
HSL color Cylindrical-coordinate representation of color #1424EB: hue angle of 235.53º 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 #1424EB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 36 | 235 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.08 |
| HSL | 235.53º | 0.84% | 0.5% | - |
| HSV(B) | 235.53º | 0.91% | 0.92% | - |
| XYZ | 15.91 | 7.41 | 79.19 | - |
| YUV | 53.9 | 230.2 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 235 | 0.91 | 0.85 | 0 | 0.08 | 235.53 | 0.84 | 0.5 |
| Hex | 14 | 24 | EB | 5B | 55 | 0 | 8 | EC | 54 | 32 |
| Octal | 24 | 44 | 353 | 133 | 125 | 0 | 10 | 354 | 124 | 62 |
| Binary | 10100 | 100100 | 11101011 | 1011011 | 1010101 | 0 | 1000 | 11101100 | 1010100 | 110010 |
Color Harmonies of #1424EB
Complementary color
Monochromatic Colors of #1424EB
Black with #1424EB
Text Example
Text Example
White with #1424EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424EB; }
p { color: rgb(20,36,235); }
H1.HeaderClassName
{
color: #1424EB;
}
.AnyTagClassName
{
color: #1424EB;
}
</style>
background-color css
<style>
a { background-color: #1424EB; }
a { background-color: rgb(20,36,235); }
div.DivClassName
{
background-color: #1424EB;
}
.BgClassName
{
background-color: #1424EB;
}
</style>
border-color css
<style>
span { border-color: #1424EB; }
span { border-color: rgb(20,36,235); }
td.TdClassName
{
border-color: #1424EB;
}
.TagClassName
{
border-color: #1424EB;
}
</style>