Shades of Blue #181DE8
Tints of Blue #181DE8
RGB
CMYK
RGB Variations
Color information
#181DE8 (or 0x181DE8) is known color: Blue. HEX triplet: 18, 1D and E8. RGB value is (24,29,232). Sum of RGB (Red+Green+Blue) = 24+29+232=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 232 (91.02% from 255 or 81.40% from 285); Max value from RGB is 232 - color contains mainly: blue. Hex color #181DE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #181DE8 is #E7E217. Grayscale: #313131. Windows color (decimal): -15196696 or 15211800. OLE color: 15211800.
HSL color Cylindrical-coordinate representation of color #181DE8: hue angle of 238.56º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181DE8 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 29 | 232 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.09 |
| HSL | 238.56º | 0.82% | 0.5% | - |
| HSV(B) | 238.56º | 0.9% | 0.91% | - |
| XYZ | 15.38 | 6.9 | 76.86 | - |
| YUV | 50.65 | 230.34 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 232 | 0.90 | 0.88 | 0 | 0.09 | 238.56 | 0.82 | 0.5 |
| Hex | 18 | 1D | E8 | 5A | 58 | 0 | 9 | EF | 52 | 32 |
| Octal | 30 | 35 | 350 | 132 | 130 | 0 | 11 | 357 | 122 | 62 |
| Binary | 11000 | 11101 | 11101000 | 1011010 | 1011000 | 0 | 1001 | 11101111 | 1010010 | 110010 |
Color Harmonies of #181DE8
Complementary color
Monochromatic Colors of #181DE8
Black with #181DE8
Text Example
Text Example
White with #181DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DE8; }
p { color: rgb(24,29,232); }
H1.HeaderClassName
{
color: #181DE8;
}
.AnyTagClassName
{
color: #181DE8;
}
</style>
background-color css
<style>
a { background-color: #181DE8; }
a { background-color: rgb(24,29,232); }
div.DivClassName
{
background-color: #181DE8;
}
.BgClassName
{
background-color: #181DE8;
}
</style>
border-color css
<style>
span { border-color: #181DE8; }
span { border-color: rgb(24,29,232); }
td.TdClassName
{
border-color: #181DE8;
}
.TagClassName
{
border-color: #181DE8;
}
</style>