Shades of Blue #1815FE
Tints of Blue #1815FE
RGB
CMYK
RGB Variations
Color information
#1815FE (or 0x1815FE) is known color: Blue. HEX triplet: 18, 15 and FE. RGB value is (24,21,254). Sum of RGB (Red+Green+Blue) = 24+21+254=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 254 (99.61% from 255 or 84.95% from 299); Max value from RGB is 254 - color contains mainly: blue. Hex color #1815FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1815FE is #E7EA01. Grayscale: #2F2F2F. Windows color (decimal): -15198722 or 16651544. OLE color: 16651544.
HSL color Cylindrical-coordinate representation of color #1815FE: hue angle of 240.77º 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 #1815FE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 21 | 254 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.00 |
| HSL | 240.77º | 0.99% | 0.54% | - |
| HSV(B) | 240.77º | 0.92% | 1% | - |
| XYZ | 18.53 | 7.89 | 94.31 | - |
| YUV | 48.46 | 243.99 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 254 | 0.91 | 0.92 | 0 | 0.00 | 240.77 | 0.99 | 0.54 |
| Hex | 18 | 15 | FE | 5B | 5C | 0 | 0 | F1 | 63 | 36 |
| Octal | 30 | 25 | 376 | 133 | 134 | 0 | 0 | 361 | 143 | 66 |
| Binary | 11000 | 10101 | 11111110 | 1011011 | 1011100 | 0 | 0 | 11110001 | 1100011 | 110110 |
Color Harmonies of #1815FE
Complementary color
Monochromatic Colors of #1815FE
Black with #1815FE
Text Example
Text Example
White with #1815FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1815FE; }
p { color: rgb(24,21,254); }
H1.HeaderClassName
{
color: #1815FE;
}
.AnyTagClassName
{
color: #1815FE;
}
</style>
background-color css
<style>
a { background-color: #1815FE; }
a { background-color: rgb(24,21,254); }
div.DivClassName
{
background-color: #1815FE;
}
.BgClassName
{
background-color: #1815FE;
}
</style>
border-color css
<style>
span { border-color: #1815FE; }
span { border-color: rgb(24,21,254); }
td.TdClassName
{
border-color: #1815FE;
}
.TagClassName
{
border-color: #1815FE;
}
</style>