Shades of Blue #1419F1
Tints of Blue #1419F1
RGB
CMYK
RGB Variations
Color information
#1419F1 (or 0x1419F1) is known color: Blue. HEX triplet: 14, 19 and F1. RGB value is (20,25,241). Sum of RGB (Red+Green+Blue) = 20+25+241=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 241 (94.53% from 255 or 84.27% from 286); Max value from RGB is 241 - color contains mainly: blue. Hex color #1419F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419F1 is #EBE60E. Grayscale: #2F2F2F. Windows color (decimal): -15459855 or 15800596. OLE color: 15800596.
HSL color Cylindrical-coordinate representation of color #1419F1: hue angle of 238.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419F1 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 25 | 241 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.05 |
| HSL | 238.64º | 0.89% | 0.51% | - |
| HSV(B) | 238.64º | 0.92% | 0.95% | - |
| XYZ | 16.51 | 7.19 | 83.74 | - |
| YUV | 48.13 | 236.84 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 241 | 0.92 | 0.90 | 0 | 0.05 | 238.64 | 0.89 | 0.51 |
| Hex | 14 | 19 | F1 | 5C | 5A | 0 | 5 | EF | 59 | 33 |
| Octal | 24 | 31 | 361 | 134 | 132 | 0 | 5 | 357 | 131 | 63 |
| Binary | 10100 | 11001 | 11110001 | 1011100 | 1011010 | 0 | 101 | 11101111 | 1011001 | 110011 |
Color Harmonies of #1419F1
Complementary color
Monochromatic Colors of #1419F1
Black with #1419F1
Text Example
Text Example
White with #1419F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419F1; }
p { color: rgb(20,25,241); }
H1.HeaderClassName
{
color: #1419F1;
}
.AnyTagClassName
{
color: #1419F1;
}
</style>
background-color css
<style>
a { background-color: #1419F1; }
a { background-color: rgb(20,25,241); }
div.DivClassName
{
background-color: #1419F1;
}
.BgClassName
{
background-color: #1419F1;
}
</style>
border-color css
<style>
span { border-color: #1419F1; }
span { border-color: rgb(20,25,241); }
td.TdClassName
{
border-color: #1419F1;
}
.TagClassName
{
border-color: #1419F1;
}
</style>