Shades of Medium Blue #180EDD
Tints of Medium Blue #180EDD
RGB
CMYK
RGB Variations
Color information
#180EDD (or 0x180EDD) is known color: Medium Blue. HEX triplet: 18, 0E and DD. RGB value is (24,14,221). Sum of RGB (Red+Green+Blue) = 24+14+221=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #180EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EDD is #E7F122. Grayscale: #272727. Windows color (decimal): -15200547 or 14487064. OLE color: 14487064.
HSL color Cylindrical-coordinate representation of color #180EDD: hue angle of 242.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EDD is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 14 | 221 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.13 |
| HSL | 242.9º | 0.88% | 0.46% | - |
| HSV(B) | 242.9º | 0.94% | 0.87% | - |
| XYZ | 13.58 | 5.73 | 68.8 | - |
| YUV | 40.59 | 229.81 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 221 | 0.89 | 0.94 | 0 | 0.13 | 242.9 | 0.88 | 0.46 |
| Hex | 18 | E | DD | 59 | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 30 | 16 | 335 | 131 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 11000 | 1110 | 11011101 | 1011001 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #180EDD
Complementary color
Monochromatic Colors of #180EDD
Black with #180EDD
Text Example
Text Example
White with #180EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EDD; }
p { color: rgb(24,14,221); }
H1.HeaderClassName
{
color: #180EDD;
}
.AnyTagClassName
{
color: #180EDD;
}
</style>
background-color css
<style>
a { background-color: #180EDD; }
a { background-color: rgb(24,14,221); }
div.DivClassName
{
background-color: #180EDD;
}
.BgClassName
{
background-color: #180EDD;
}
</style>
border-color css
<style>
span { border-color: #180EDD; }
span { border-color: rgb(24,14,221); }
td.TdClassName
{
border-color: #180EDD;
}
.TagClassName
{
border-color: #180EDD;
}
</style>