Shades of Blue #181EF1
Tints of Blue #181EF1
RGB
CMYK
RGB Variations
Color information
#181EF1 (or 0x181EF1) is known color: Blue. HEX triplet: 18, 1E and F1. RGB value is (24,30,241). Sum of RGB (Red+Green+Blue) = 24+30+241=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 241 (94.53% from 255 or 81.69% from 295); Max value from RGB is 241 - color contains mainly: blue. Hex color #181EF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181EF1 is #E7E10E. Grayscale: #333333. Windows color (decimal): -15196431 or 15801880. OLE color: 15801880.
HSL color Cylindrical-coordinate representation of color #181EF1: hue angle of 238.34º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181EF1 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 30 | 241 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.05 |
| HSL | 238.34º | 0.89% | 0.52% | - |
| HSV(B) | 238.34º | 0.9% | 0.95% | - |
| XYZ | 16.72 | 7.47 | 83.78 | - |
| YUV | 52.26 | 234.51 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 241 | 0.90 | 0.88 | 0 | 0.05 | 238.34 | 0.89 | 0.52 |
| Hex | 18 | 1E | F1 | 5A | 58 | 0 | 5 | EE | 59 | 34 |
| Octal | 30 | 36 | 361 | 132 | 130 | 0 | 5 | 356 | 131 | 64 |
| Binary | 11000 | 11110 | 11110001 | 1011010 | 1011000 | 0 | 101 | 11101110 | 1011001 | 110100 |
Color Harmonies of #181EF1
Complementary color
Monochromatic Colors of #181EF1
Black with #181EF1
Text Example
Text Example
White with #181EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EF1; }
p { color: rgb(24,30,241); }
H1.HeaderClassName
{
color: #181EF1;
}
.AnyTagClassName
{
color: #181EF1;
}
</style>
background-color css
<style>
a { background-color: #181EF1; }
a { background-color: rgb(24,30,241); }
div.DivClassName
{
background-color: #181EF1;
}
.BgClassName
{
background-color: #181EF1;
}
</style>
border-color css
<style>
span { border-color: #181EF1; }
span { border-color: rgb(24,30,241); }
td.TdClassName
{
border-color: #181EF1;
}
.TagClassName
{
border-color: #181EF1;
}
</style>