Shades of Blue #1818FE
Tints of Blue #1818FE
RGB
CMYK
RGB Variations
Color information
#1818FE (or 0x1818FE) is known color: Blue. HEX triplet: 18, 18 and FE. RGB value is (24,24,254). Sum of RGB (Red+Green+Blue) = 24+24+254=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #1818FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1818FE is #E7E701. Grayscale: #313131. Windows color (decimal): -15197954 or 16652312. OLE color: 16652312.
HSL color Cylindrical-coordinate representation of color #1818FE: hue angle of 240º 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 #1818FE is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 24 | 254 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.55% | - |
| HSV(B) | 240º | 0.91% | 1% | - |
| XYZ | 18.59 | 8 | 94.33 | - |
| YUV | 50.22 | 243 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 254 | 0.91 | 0.91 | 0 | 0.00 | 240 | 0.99 | 0.55 |
| Hex | 18 | 18 | FE | 5B | 5B | 0 | 0 | F0 | 63 | 37 |
| Octal | 30 | 30 | 376 | 133 | 133 | 0 | 0 | 360 | 143 | 67 |
| Binary | 11000 | 11000 | 11111110 | 1011011 | 1011011 | 0 | 0 | 11110000 | 1100011 | 110111 |
Color Harmonies of #1818FE
Complementary color
Monochromatic Colors of #1818FE
Black with #1818FE
Text Example
Text Example
White with #1818FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1818FE; }
p { color: rgb(24,24,254); }
H1.HeaderClassName
{
color: #1818FE;
}
.AnyTagClassName
{
color: #1818FE;
}
</style>
background-color css
<style>
a { background-color: #1818FE; }
a { background-color: rgb(24,24,254); }
div.DivClassName
{
background-color: #1818FE;
}
.BgClassName
{
background-color: #1818FE;
}
</style>
border-color css
<style>
span { border-color: #1818FE; }
span { border-color: rgb(24,24,254); }
td.TdClassName
{
border-color: #1818FE;
}
.TagClassName
{
border-color: #1818FE;
}
</style>