Shades of Blue #1418ED
Tints of Blue #1418ED
RGB
CMYK
RGB Variations
Color information
#1418ED (or 0x1418ED) is known color: Blue. HEX triplet: 14, 18 and ED. RGB value is (20,24,237). Sum of RGB (Red+Green+Blue) = 20+24+237=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 237 (92.97% from 255 or 84.34% from 281); Max value from RGB is 237 - color contains mainly: blue. Hex color #1418ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1418ED is #EBE712. Grayscale: #2E2E2E. Windows color (decimal): -15460115 or 15538196. OLE color: 15538196.
HSL color Cylindrical-coordinate representation of color #1418ED: hue angle of 238.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1418ED is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 24 | 237 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.07 |
| HSL | 238.89º | 0.86% | 0.5% | - |
| HSV(B) | 238.89º | 0.92% | 0.93% | - |
| XYZ | 15.9 | 6.92 | 80.62 | - |
| YUV | 47.09 | 235.17 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 237 | 0.92 | 0.90 | 0 | 0.07 | 238.89 | 0.86 | 0.5 |
| Hex | 14 | 18 | ED | 5C | 5A | 0 | 7 | EF | 56 | 32 |
| Octal | 24 | 30 | 355 | 134 | 132 | 0 | 7 | 357 | 126 | 62 |
| Binary | 10100 | 11000 | 11101101 | 1011100 | 1011010 | 0 | 111 | 11101111 | 1010110 | 110010 |
Color Harmonies of #1418ED
Complementary color
Monochromatic Colors of #1418ED
Black with #1418ED
Text Example
Text Example
White with #1418ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1418ED; }
p { color: rgb(20,24,237); }
H1.HeaderClassName
{
color: #1418ED;
}
.AnyTagClassName
{
color: #1418ED;
}
</style>
background-color css
<style>
a { background-color: #1418ED; }
a { background-color: rgb(20,24,237); }
div.DivClassName
{
background-color: #1418ED;
}
.BgClassName
{
background-color: #1418ED;
}
</style>
border-color css
<style>
span { border-color: #1418ED; }
span { border-color: rgb(20,24,237); }
td.TdClassName
{
border-color: #1418ED;
}
.TagClassName
{
border-color: #1418ED;
}
</style>