Shades of Medium Blue #181EDB
Tints of Medium Blue #181EDB
RGB
CMYK
RGB Variations
Color information
#181EDB (or 0x181EDB) is known color: Medium Blue. HEX triplet: 18, 1E and DB. RGB value is (24,30,219). Sum of RGB (Red+Green+Blue) = 24+30+219=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #181EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EDB is #E7E124. Grayscale: #303030. Windows color (decimal): -15196453 or 14360088. OLE color: 14360088.
HSL color Cylindrical-coordinate representation of color #181EDB: hue angle of 238.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181EDB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 30 | 219 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.14 |
| HSL | 238.15º | 0.8% | 0.48% | - |
| HSV(B) | 238.15º | 0.89% | 0.86% | - |
| XYZ | 13.63 | 6.24 | 67.5 | - |
| YUV | 49.75 | 223.51 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 219 | 0.89 | 0.86 | 0 | 0.14 | 238.15 | 0.8 | 0.48 |
| Hex | 18 | 1E | DB | 59 | 56 | 0 | E | EE | 50 | 30 |
| Octal | 30 | 36 | 333 | 131 | 126 | 0 | 16 | 356 | 120 | 60 |
| Binary | 11000 | 11110 | 11011011 | 1011001 | 1010110 | 0 | 1110 | 11101110 | 1010000 | 110000 |
Color Harmonies of #181EDB
Complementary color
Monochromatic Colors of #181EDB
Black with #181EDB
Text Example
Text Example
White with #181EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EDB; }
p { color: rgb(24,30,219); }
H1.HeaderClassName
{
color: #181EDB;
}
.AnyTagClassName
{
color: #181EDB;
}
</style>
background-color css
<style>
a { background-color: #181EDB; }
a { background-color: rgb(24,30,219); }
div.DivClassName
{
background-color: #181EDB;
}
.BgClassName
{
background-color: #181EDB;
}
</style>
border-color css
<style>
span { border-color: #181EDB; }
span { border-color: rgb(24,30,219); }
td.TdClassName
{
border-color: #181EDB;
}
.TagClassName
{
border-color: #181EDB;
}
</style>