Shades of Blue #1819FE
Tints of Blue #1819FE
RGB
CMYK
RGB Variations
Color information
#1819FE (or 0x1819FE) is known color: Blue. HEX triplet: 18, 19 and FE. RGB value is (24,25,254). Sum of RGB (Red+Green+Blue) = 24+25+254=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #1819FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1819FE is #E7E601. Grayscale: #313131. Windows color (decimal): -15197698 or 16652568. OLE color: 16652568.
HSL color Cylindrical-coordinate representation of color #1819FE: hue angle of 239.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1819FE is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 25 | 254 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.00 |
| HSL | 239.74º | 0.99% | 0.55% | - |
| HSV(B) | 239.74º | 0.91% | 1% | - |
| XYZ | 18.61 | 8.05 | 94.34 | - |
| YUV | 50.81 | 242.67 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 254 | 0.91 | 0.90 | 0 | 0.00 | 239.74 | 0.99 | 0.55 |
| Hex | 18 | 19 | FE | 5B | 5A | 0 | 0 | F0 | 63 | 37 |
| Octal | 30 | 31 | 376 | 133 | 132 | 0 | 0 | 360 | 143 | 67 |
| Binary | 11000 | 11001 | 11111110 | 1011011 | 1011010 | 0 | 0 | 11110000 | 1100011 | 110111 |
Color Harmonies of #1819FE
Complementary color
Monochromatic Colors of #1819FE
Black with #1819FE
Text Example
Text Example
White with #1819FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1819FE; }
p { color: rgb(24,25,254); }
H1.HeaderClassName
{
color: #1819FE;
}
.AnyTagClassName
{
color: #1819FE;
}
</style>
background-color css
<style>
a { background-color: #1819FE; }
a { background-color: rgb(24,25,254); }
div.DivClassName
{
background-color: #1819FE;
}
.BgClassName
{
background-color: #1819FE;
}
</style>
border-color css
<style>
span { border-color: #1819FE; }
span { border-color: rgb(24,25,254); }
td.TdClassName
{
border-color: #1819FE;
}
.TagClassName
{
border-color: #1819FE;
}
</style>