Shades of Blue #181EF2
Tints of Blue #181EF2
RGB
CMYK
RGB Variations
Color information
#181EF2 (or 0x181EF2) is known color: Blue. HEX triplet: 18, 1E and F2. RGB value is (24,30,242). Sum of RGB (Red+Green+Blue) = 24+30+242=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 242 (94.92% from 255 or 81.76% from 296); Max value from RGB is 242 - color contains mainly: blue. Hex color #181EF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181EF2 is #E7E10D. Grayscale: #333333. Windows color (decimal): -15196430 or 15867416. OLE color: 15867416.
HSL color Cylindrical-coordinate representation of color #181EF2: hue angle of 238.35º 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 #181EF2 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 30 | 242 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.05 |
| HSL | 238.35º | 0.89% | 0.52% | - |
| HSV(B) | 238.35º | 0.9% | 0.95% | - |
| XYZ | 16.87 | 7.53 | 84.57 | - |
| YUV | 52.37 | 235.01 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 242 | 0.90 | 0.88 | 0 | 0.05 | 238.35 | 0.89 | 0.52 |
| Hex | 18 | 1E | F2 | 5A | 58 | 0 | 5 | EE | 59 | 34 |
| Octal | 30 | 36 | 362 | 132 | 130 | 0 | 5 | 356 | 131 | 64 |
| Binary | 11000 | 11110 | 11110010 | 1011010 | 1011000 | 0 | 101 | 11101110 | 1011001 | 110100 |
Color Harmonies of #181EF2
Complementary color
Monochromatic Colors of #181EF2
Black with #181EF2
Text Example
Text Example
White with #181EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EF2; }
p { color: rgb(24,30,242); }
H1.HeaderClassName
{
color: #181EF2;
}
.AnyTagClassName
{
color: #181EF2;
}
</style>
background-color css
<style>
a { background-color: #181EF2; }
a { background-color: rgb(24,30,242); }
div.DivClassName
{
background-color: #181EF2;
}
.BgClassName
{
background-color: #181EF2;
}
</style>
border-color css
<style>
span { border-color: #181EF2; }
span { border-color: rgb(24,30,242); }
td.TdClassName
{
border-color: #181EF2;
}
.TagClassName
{
border-color: #181EF2;
}
</style>