Shades of Blue #1519FE
Tints of Blue #1519FE
RGB
CMYK
RGB Variations
Color information
#1519FE (or 0x1519FE) is known color: Blue. HEX triplet: 15, 19 and FE. RGB value is (21,25,254). Sum of RGB (Red+Green+Blue) = 21+25+254=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 254 (99.61% from 255 or 84.67% from 300); Max value from RGB is 254 - color contains mainly: blue. Hex color #1519FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1519FE is #EAE601. Grayscale: #303030. Windows color (decimal): -15394306 or 16652565. OLE color: 16652565.
HSL color Cylindrical-coordinate representation of color #1519FE: hue angle of 238.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1519FE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 21 | 25 | 254 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.00 |
| HSL | 238.97º | 0.99% | 0.54% | - |
| HSV(B) | 238.97º | 0.92% | 1% | - |
| XYZ | 18.55 | 8.01 | 94.33 | - |
| YUV | 49.91 | 243.17 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 25 | 254 | 0.92 | 0.90 | 0 | 0.00 | 238.97 | 0.99 | 0.54 |
| Hex | 15 | 19 | FE | 5C | 5A | 0 | 0 | EF | 63 | 36 |
| Octal | 25 | 31 | 376 | 134 | 132 | 0 | 0 | 357 | 143 | 66 |
| Binary | 10101 | 11001 | 11111110 | 1011100 | 1011010 | 0 | 0 | 11101111 | 1100011 | 110110 |
Color Harmonies of #1519FE
Complementary color
Monochromatic Colors of #1519FE
Black with #1519FE
Text Example
Text Example
White with #1519FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1519FE; }
p { color: rgb(21,25,254); }
H1.HeaderClassName
{
color: #1519FE;
}
.AnyTagClassName
{
color: #1519FE;
}
</style>
background-color css
<style>
a { background-color: #1519FE; }
a { background-color: rgb(21,25,254); }
div.DivClassName
{
background-color: #1519FE;
}
.BgClassName
{
background-color: #1519FE;
}
</style>
border-color css
<style>
span { border-color: #1519FE; }
span { border-color: rgb(21,25,254); }
td.TdClassName
{
border-color: #1519FE;
}
.TagClassName
{
border-color: #1519FE;
}
</style>