Shades of Medium Blue #181DDE
Tints of Medium Blue #181DDE
RGB
CMYK
RGB Variations
Color information
#181DDE (or 0x181DDE) is known color: Medium Blue. HEX triplet: 18, 1D and DE. RGB value is (24,29,222). Sum of RGB (Red+Green+Blue) = 24+29+222=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #181DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDE is #E7E221. Grayscale: #303030. Windows color (decimal): -15196706 or 14556440. OLE color: 14556440.
HSL color Cylindrical-coordinate representation of color #181DDE: hue angle of 238.48º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181DDE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 29 | 222 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.13 |
| HSL | 238.48º | 0.8% | 0.48% | - |
| HSV(B) | 238.48º | 0.89% | 0.87% | - |
| XYZ | 14 | 6.35 | 69.59 | - |
| YUV | 49.51 | 225.34 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 222 | 0.89 | 0.87 | 0 | 0.13 | 238.48 | 0.8 | 0.48 |
| Hex | 18 | 1D | DE | 59 | 57 | 0 | D | EE | 50 | 30 |
| Octal | 30 | 35 | 336 | 131 | 127 | 0 | 15 | 356 | 120 | 60 |
| Binary | 11000 | 11101 | 11011110 | 1011001 | 1010111 | 0 | 1101 | 11101110 | 1010000 | 110000 |
Color Harmonies of #181DDE
Complementary color
Monochromatic Colors of #181DDE
Black with #181DDE
Text Example
Text Example
White with #181DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DDE; }
p { color: rgb(24,29,222); }
H1.HeaderClassName
{
color: #181DDE;
}
.AnyTagClassName
{
color: #181DDE;
}
</style>
background-color css
<style>
a { background-color: #181DDE; }
a { background-color: rgb(24,29,222); }
div.DivClassName
{
background-color: #181DDE;
}
.BgClassName
{
background-color: #181DDE;
}
</style>
border-color css
<style>
span { border-color: #181DDE; }
span { border-color: rgb(24,29,222); }
td.TdClassName
{
border-color: #181DDE;
}
.TagClassName
{
border-color: #181DDE;
}
</style>