Shades of Medium Blue #180EDB
Tints of Medium Blue #180EDB
RGB
CMYK
RGB Variations
Color information
#180EDB (or 0x180EDB) is known color: Medium Blue. HEX triplet: 18, 0E and DB. RGB value is (24,14,219). Sum of RGB (Red+Green+Blue) = 24+14+219=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #180EDB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EDB is #E7F124. Grayscale: #272727. Windows color (decimal): -15200549 or 14355992. OLE color: 14355992.
HSL color Cylindrical-coordinate representation of color #180EDB: hue angle of 242.93º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EDB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 14 | 219 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.14 |
| HSL | 242.93º | 0.88% | 0.46% | - |
| HSV(B) | 242.93º | 0.94% | 0.86% | - |
| XYZ | 13.32 | 5.62 | 67.4 | - |
| YUV | 40.36 | 228.81 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 219 | 0.89 | 0.94 | 0 | 0.14 | 242.93 | 0.88 | 0.46 |
| Hex | 18 | E | DB | 59 | 5E | 0 | E | F3 | 58 | 2E |
| Octal | 30 | 16 | 333 | 131 | 136 | 0 | 16 | 363 | 130 | 56 |
| Binary | 11000 | 1110 | 11011011 | 1011001 | 1011110 | 0 | 1110 | 11110011 | 1011000 | 101110 |
Color Harmonies of #180EDB
Complementary color
Monochromatic Colors of #180EDB
Black with #180EDB
Text Example
Text Example
White with #180EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EDB; }
p { color: rgb(24,14,219); }
H1.HeaderClassName
{
color: #180EDB;
}
.AnyTagClassName
{
color: #180EDB;
}
</style>
background-color css
<style>
a { background-color: #180EDB; }
a { background-color: rgb(24,14,219); }
div.DivClassName
{
background-color: #180EDB;
}
.BgClassName
{
background-color: #180EDB;
}
</style>
border-color css
<style>
span { border-color: #180EDB; }
span { border-color: rgb(24,14,219); }
td.TdClassName
{
border-color: #180EDB;
}
.TagClassName
{
border-color: #180EDB;
}
</style>