Shades of Blue #181CFE
Tints of Blue #181CFE
RGB
CMYK
RGB Variations
Color information
#181CFE (or 0x181CFE) is known color: Blue. HEX triplet: 18, 1C and FE. RGB value is (24,28,254). Sum of RGB (Red+Green+Blue) = 24+28+254=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 254 (99.61% from 255 or 83.01% from 306); Max value from RGB is 254 - color contains mainly: blue. Hex color #181CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181CFE is #E7E301. Grayscale: #333333. Windows color (decimal): -15196930 or 16653336. OLE color: 16653336.
HSL color Cylindrical-coordinate representation of color #181CFE: hue angle of 238.96º 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 #181CFE is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 28 | 254 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.00 |
| HSL | 238.96º | 0.99% | 0.55% | - |
| HSV(B) | 238.96º | 0.91% | 1% | - |
| XYZ | 18.68 | 8.18 | 94.36 | - |
| YUV | 52.57 | 241.67 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 254 | 0.91 | 0.89 | 0 | 0.00 | 238.96 | 0.99 | 0.55 |
| Hex | 18 | 1C | FE | 5B | 59 | 0 | 0 | EF | 63 | 37 |
| Octal | 30 | 34 | 376 | 133 | 131 | 0 | 0 | 357 | 143 | 67 |
| Binary | 11000 | 11100 | 11111110 | 1011011 | 1011001 | 0 | 0 | 11101111 | 1100011 | 110111 |
Color Harmonies of #181CFE
Complementary color
Monochromatic Colors of #181CFE
Black with #181CFE
Text Example
Text Example
White with #181CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CFE; }
p { color: rgb(24,28,254); }
H1.HeaderClassName
{
color: #181CFE;
}
.AnyTagClassName
{
color: #181CFE;
}
</style>
background-color css
<style>
a { background-color: #181CFE; }
a { background-color: rgb(24,28,254); }
div.DivClassName
{
background-color: #181CFE;
}
.BgClassName
{
background-color: #181CFE;
}
</style>
border-color css
<style>
span { border-color: #181CFE; }
span { border-color: rgb(24,28,254); }
td.TdClassName
{
border-color: #181CFE;
}
.TagClassName
{
border-color: #181CFE;
}
</style>