Shades of Medium Blue #181ED5
Tints of Medium Blue #181ED5
RGB
CMYK
RGB Variations
Color information
#181ED5 (or 0x181ED5) is known color: Medium Blue. HEX triplet: 18, 1E and D5. RGB value is (24,30,213). Sum of RGB (Red+Green+Blue) = 24+30+213=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 213 (83.59% from 255 or 79.78% from 267); Max value from RGB is 213 - color contains mainly: blue. Hex color #181ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ED5 is #E7E12A. Grayscale: #303030. Windows color (decimal): -15196459 or 13966872. OLE color: 13966872.
HSL color Cylindrical-coordinate representation of color #181ED5: hue angle of 238.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181ED5 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 30 | 213 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.16 |
| HSL | 238.1º | 0.8% | 0.46% | - |
| HSV(B) | 238.1º | 0.89% | 0.84% | - |
| XYZ | 12.85 | 5.93 | 63.42 | - |
| YUV | 49.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 213 | 0.89 | 0.86 | 0 | 0.16 | 238.1 | 0.8 | 0.46 |
| Hex | 18 | 1E | D5 | 59 | 56 | 0 | 10 | EE | 50 | 2E |
| Octal | 30 | 36 | 325 | 131 | 126 | 0 | 20 | 356 | 120 | 56 |
| Binary | 11000 | 11110 | 11010101 | 1011001 | 1010110 | 0 | 10000 | 11101110 | 1010000 | 101110 |
Color Harmonies of #181ED5
Complementary color
Monochromatic Colors of #181ED5
Black with #181ED5
Text Example
Text Example
White with #181ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ED5; }
p { color: rgb(24,30,213); }
H1.HeaderClassName
{
color: #181ED5;
}
.AnyTagClassName
{
color: #181ED5;
}
</style>
background-color css
<style>
a { background-color: #181ED5; }
a { background-color: rgb(24,30,213); }
div.DivClassName
{
background-color: #181ED5;
}
.BgClassName
{
background-color: #181ED5;
}
</style>
border-color css
<style>
span { border-color: #181ED5; }
span { border-color: rgb(24,30,213); }
td.TdClassName
{
border-color: #181ED5;
}
.TagClassName
{
border-color: #181ED5;
}
</style>