Shades of Medium Blue #181CDD
Tints of Medium Blue #181CDD
RGB
CMYK
RGB Variations
Color information
#181CDD (or 0x181CDD) is known color: Medium Blue. HEX triplet: 18, 1C and DD. RGB value is (24,28,221). Sum of RGB (Red+Green+Blue) = 24+28+221=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 221 (86.72% from 255 or 80.95% from 273); Max value from RGB is 221 - color contains mainly: blue. Hex color #181CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181CDD is #E7E322. Grayscale: #303030. Windows color (decimal): -15196963 or 14490648. OLE color: 14490648.
HSL color Cylindrical-coordinate representation of color #181CDD: hue angle of 238.78º 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 #181CDD is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 28 | 221 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.13 |
| HSL | 238.78º | 0.8% | 0.48% | - |
| HSV(B) | 238.78º | 0.89% | 0.87% | - |
| XYZ | 13.84 | 6.25 | 68.88 | - |
| YUV | 48.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 221 | 0.89 | 0.87 | 0 | 0.13 | 238.78 | 0.8 | 0.48 |
| Hex | 18 | 1C | DD | 59 | 57 | 0 | D | EF | 50 | 30 |
| Octal | 30 | 34 | 335 | 131 | 127 | 0 | 15 | 357 | 120 | 60 |
| Binary | 11000 | 11100 | 11011101 | 1011001 | 1010111 | 0 | 1101 | 11101111 | 1010000 | 110000 |
Color Harmonies of #181CDD
Complementary color
Monochromatic Colors of #181CDD
Black with #181CDD
Text Example
Text Example
White with #181CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181CDD; }
p { color: rgb(24,28,221); }
H1.HeaderClassName
{
color: #181CDD;
}
.AnyTagClassName
{
color: #181CDD;
}
</style>
background-color css
<style>
a { background-color: #181CDD; }
a { background-color: rgb(24,28,221); }
div.DivClassName
{
background-color: #181CDD;
}
.BgClassName
{
background-color: #181CDD;
}
</style>
border-color css
<style>
span { border-color: #181CDD; }
span { border-color: rgb(24,28,221); }
td.TdClassName
{
border-color: #181CDD;
}
.TagClassName
{
border-color: #181CDD;
}
</style>