Shades of Blue #181FFE
Tints of Blue #181FFE
RGB
CMYK
RGB Variations
Color information
#181FFE (or 0x181FFE) is known color: Blue. HEX triplet: 18, 1F and FE. RGB value is (24,31,254). Sum of RGB (Red+Green+Blue) = 24+31+254=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 254 (99.61% from 255 or 82.20% from 309); Max value from RGB is 254 - color contains mainly: blue. Hex color #181FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181FFE is #E7E001. Grayscale: #353535. Windows color (decimal): -15196162 or 16654104. OLE color: 16654104.
HSL color Cylindrical-coordinate representation of color #181FFE: hue angle of 238.17º 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 #181FFE is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 31 | 254 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.00 |
| HSL | 238.17º | 0.99% | 0.55% | - |
| HSV(B) | 238.17º | 0.91% | 1% | - |
| XYZ | 18.76 | 8.33 | 94.39 | - |
| YUV | 54.33 | 240.68 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 254 | 0.91 | 0.88 | 0 | 0.00 | 238.17 | 0.99 | 0.55 |
| Hex | 18 | 1F | FE | 5B | 58 | 0 | 0 | EE | 63 | 37 |
| Octal | 30 | 37 | 376 | 133 | 130 | 0 | 0 | 356 | 143 | 67 |
| Binary | 11000 | 11111 | 11111110 | 1011011 | 1011000 | 0 | 0 | 11101110 | 1100011 | 110111 |
Color Harmonies of #181FFE
Complementary color
Monochromatic Colors of #181FFE
Black with #181FFE
Text Example
Text Example
White with #181FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FFE; }
p { color: rgb(24,31,254); }
H1.HeaderClassName
{
color: #181FFE;
}
.AnyTagClassName
{
color: #181FFE;
}
</style>
background-color css
<style>
a { background-color: #181FFE; }
a { background-color: rgb(24,31,254); }
div.DivClassName
{
background-color: #181FFE;
}
.BgClassName
{
background-color: #181FFE;
}
</style>
border-color css
<style>
span { border-color: #181FFE; }
span { border-color: rgb(24,31,254); }
td.TdClassName
{
border-color: #181FFE;
}
.TagClassName
{
border-color: #181FFE;
}
</style>