Shades of Blue #1419FF
Tints of Blue #1419FF
RGB
CMYK
RGB Variations
Color information
#1419FF (or 0x1419FF) is known color: Blue. HEX triplet: 14, 19 and FF. RGB value is (20,25,255). Sum of RGB (Red+Green+Blue) = 20+25+255=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #1419FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1419FF is #EBE600. Grayscale: #303030. Windows color (decimal): -15459841 or 16718100. OLE color: 16718100.
HSL color Cylindrical-coordinate representation of color #1419FF: hue angle of 238.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1419FF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 25 | 255 | - |
| CMYK | 0.92 | 0.90 | 0 | 0 |
| HSL | 238.72º | 1% | 0.54% | - |
| HSV(B) | 238.72º | 0.92% | 1% | - |
| XYZ | 18.69 | 8.06 | 95.18 | - |
| YUV | 49.73 | 243.84 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 25 | 255 | 0.92 | 0.90 | 0 | 0 | 238.72 | 1 | 0.54 |
| Hex | 14 | 19 | FF | 5C | 5A | 0 | 0 | EF | 64 | 36 |
| Octal | 24 | 31 | 377 | 134 | 132 | 0 | 0 | 357 | 144 | 66 |
| Binary | 10100 | 11001 | 11111111 | 1011100 | 1011010 | 0 | 0 | 11101111 | 1100100 | 110110 |
Color Harmonies of #1419FF
Complementary color
Monochromatic Colors of #1419FF
Black with #1419FF
Text Example
Text Example
White with #1419FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1419FF; }
p { color: rgb(20,25,255); }
H1.HeaderClassName
{
color: #1419FF;
}
.AnyTagClassName
{
color: #1419FF;
}
</style>
background-color css
<style>
a { background-color: #1419FF; }
a { background-color: rgb(20,25,255); }
div.DivClassName
{
background-color: #1419FF;
}
.BgClassName
{
background-color: #1419FF;
}
</style>
border-color css
<style>
span { border-color: #1419FF; }
span { border-color: rgb(20,25,255); }
td.TdClassName
{
border-color: #1419FF;
}
.TagClassName
{
border-color: #1419FF;
}
</style>