Shades of Blue #1419EF
Tints of Blue #1419EF
RGB
CMYK
RGB Variations
Color information
#1419EF (or 0x1419EF) is known color: Blue. HEX triplet: 14, 19 and EF. RGB value is (20,25,239). Sum of RGB (Red+Green+Blue) = 20+25+239=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #1419EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419EF is #EBE610. Grayscale: #2F2F2F. Windows color (decimal): -15459857 or 15669524. OLE color: 15669524.
HSL color Cylindrical-coordinate representation of color #1419EF: hue angle of 238.63º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419EF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 25 | 239 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.06 |
| HSL | 238.63º | 0.87% | 0.51% | - |
| HSV(B) | 238.63º | 0.92% | 0.94% | - |
| XYZ | 16.22 | 7.08 | 82.17 | - |
| YUV | 47.9 | 235.84 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 239 | 0.92 | 0.90 | 0 | 0.06 | 238.63 | 0.87 | 0.51 |
| Hex | 14 | 19 | EF | 5C | 5A | 0 | 6 | EF | 57 | 33 |
| Octal | 24 | 31 | 357 | 134 | 132 | 0 | 6 | 357 | 127 | 63 |
| Binary | 10100 | 11001 | 11101111 | 1011100 | 1011010 | 0 | 110 | 11101111 | 1010111 | 110011 |
Color Harmonies of #1419EF
Complementary color
Monochromatic Colors of #1419EF
Black with #1419EF
Text Example
Text Example
White with #1419EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419EF; }
p { color: rgb(20,25,239); }
H1.HeaderClassName
{
color: #1419EF;
}
.AnyTagClassName
{
color: #1419EF;
}
</style>
background-color css
<style>
a { background-color: #1419EF; }
a { background-color: rgb(20,25,239); }
div.DivClassName
{
background-color: #1419EF;
}
.BgClassName
{
background-color: #1419EF;
}
</style>
border-color css
<style>
span { border-color: #1419EF; }
span { border-color: rgb(20,25,239); }
td.TdClassName
{
border-color: #1419EF;
}
.TagClassName
{
border-color: #1419EF;
}
</style>