Shades of Medium Blue #181DDD
Tints of Medium Blue #181DDD
RGB
CMYK
RGB Variations
Color information
#181DDD (or 0x181DDD) is known color: Medium Blue. HEX triplet: 18, 1D and DD. RGB value is (24,29,221). Sum of RGB (Red+Green+Blue) = 24+29+221=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #181DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDD is #E7E222. Grayscale: #303030. Windows color (decimal): -15196707 or 14490904. OLE color: 14490904.
HSL color Cylindrical-coordinate representation of color #181DDD: 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 #181DDD is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 29 | 221 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.13 |
| HSL | 238.48º | 0.8% | 0.48% | - |
| HSV(B) | 238.48º | 0.89% | 0.87% | - |
| XYZ | 13.87 | 6.29 | 68.89 | - |
| YUV | 49.39 | 224.84 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 221 | 0.89 | 0.87 | 0 | 0.13 | 238.48 | 0.8 | 0.48 |
| Hex | 18 | 1D | DD | 59 | 57 | 0 | D | EE | 50 | 30 |
| Octal | 30 | 35 | 335 | 131 | 127 | 0 | 15 | 356 | 120 | 60 |
| Binary | 11000 | 11101 | 11011101 | 1011001 | 1010111 | 0 | 1101 | 11101110 | 1010000 | 110000 |
Color Harmonies of #181DDD
Complementary color
Monochromatic Colors of #181DDD
Black with #181DDD
Text Example
Text Example
White with #181DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DDD; }
p { color: rgb(24,29,221); }
H1.HeaderClassName
{
color: #181DDD;
}
.AnyTagClassName
{
color: #181DDD;
}
</style>
background-color css
<style>
a { background-color: #181DDD; }
a { background-color: rgb(24,29,221); }
div.DivClassName
{
background-color: #181DDD;
}
.BgClassName
{
background-color: #181DDD;
}
</style>
border-color css
<style>
span { border-color: #181DDD; }
span { border-color: rgb(24,29,221); }
td.TdClassName
{
border-color: #181DDD;
}
.TagClassName
{
border-color: #181DDD;
}
</style>