Shades of Blue #1418EB
Tints of Blue #1418EB
RGB
CMYK
RGB Variations
Color information
#1418EB (or 0x1418EB) is known color: Blue. HEX triplet: 14, 18 and EB. RGB value is (20,24,235). Sum of RGB (Red+Green+Blue) = 20+24+235=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 235 (92.19% from 255 or 84.23% from 279); Max value from RGB is 235 - color contains mainly: blue. Hex color #1418EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1418EB is #EBE714. Grayscale: #2E2E2E. Windows color (decimal): -15460117 or 15407124. OLE color: 15407124.
HSL color Cylindrical-coordinate representation of color #1418EB: hue angle of 238.88º 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 #1418EB is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 24 | 235 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.08 |
| HSL | 238.88º | 0.84% | 0.5% | - |
| HSV(B) | 238.88º | 0.91% | 0.92% | - |
| XYZ | 15.61 | 6.8 | 79.09 | - |
| YUV | 46.86 | 234.17 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 235 | 0.91 | 0.90 | 0 | 0.08 | 238.88 | 0.84 | 0.5 |
| Hex | 14 | 18 | EB | 5B | 5A | 0 | 8 | EF | 54 | 32 |
| Octal | 24 | 30 | 353 | 133 | 132 | 0 | 10 | 357 | 124 | 62 |
| Binary | 10100 | 11000 | 11101011 | 1011011 | 1011010 | 0 | 1000 | 11101111 | 1010100 | 110010 |
Color Harmonies of #1418EB
Complementary color
Monochromatic Colors of #1418EB
Black with #1418EB
Text Example
Text Example
White with #1418EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418EB; }
p { color: rgb(20,24,235); }
H1.HeaderClassName
{
color: #1418EB;
}
.AnyTagClassName
{
color: #1418EB;
}
</style>
background-color css
<style>
a { background-color: #1418EB; }
a { background-color: rgb(20,24,235); }
div.DivClassName
{
background-color: #1418EB;
}
.BgClassName
{
background-color: #1418EB;
}
</style>
border-color css
<style>
span { border-color: #1418EB; }
span { border-color: rgb(20,24,235); }
td.TdClassName
{
border-color: #1418EB;
}
.TagClassName
{
border-color: #1418EB;
}
</style>