Shades of Blue #1019FE
Tints of Blue #1019FE
RGB
CMYK
RGB Variations
Color information
#1019FE (or 0x1019FE) is known color: Blue. HEX triplet: 10, 19 and FE. RGB value is (16,25,254). Sum of RGB (Red+Green+Blue) = 16+25+254=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 254 (99.61% from 255 or 86.10% from 295); Max value from RGB is 254 - color contains mainly: blue. Hex color #1019FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1019FE is #EFE601. Grayscale: #2F2F2F. Windows color (decimal): -15721986 or 16652560. OLE color: 16652560.
HSL color Cylindrical-coordinate representation of color #1019FE: hue angle of 237.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1019FE is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 25 | 254 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.00 |
| HSL | 237.73º | 0.99% | 0.53% | - |
| HSV(B) | 237.73º | 0.94% | 1% | - |
| XYZ | 18.45 | 7.96 | 94.33 | - |
| YUV | 48.42 | 244.02 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 254 | 0.94 | 0.90 | 0 | 0.00 | 237.73 | 0.99 | 0.53 |
| Hex | 10 | 19 | FE | 5E | 5A | 0 | 0 | EE | 63 | 35 |
| Octal | 20 | 31 | 376 | 136 | 132 | 0 | 0 | 356 | 143 | 65 |
| Binary | 10000 | 11001 | 11111110 | 1011110 | 1011010 | 0 | 0 | 11101110 | 1100011 | 110101 |
Color Harmonies of #1019FE
Complementary color
Monochromatic Colors of #1019FE
Black with #1019FE
Text Example
Text Example
White with #1019FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1019FE; }
p { color: rgb(16,25,254); }
H1.HeaderClassName
{
color: #1019FE;
}
.AnyTagClassName
{
color: #1019FE;
}
</style>
background-color css
<style>
a { background-color: #1019FE; }
a { background-color: rgb(16,25,254); }
div.DivClassName
{
background-color: #1019FE;
}
.BgClassName
{
background-color: #1019FE;
}
</style>
border-color css
<style>
span { border-color: #1019FE; }
span { border-color: rgb(16,25,254); }
td.TdClassName
{
border-color: #1019FE;
}
.TagClassName
{
border-color: #1019FE;
}
</style>