Shades of Medium Blue #181DDA
Tints of Medium Blue #181DDA
RGB
CMYK
RGB Variations
Color information
#181DDA (or 0x181DDA) is known color: Medium Blue. HEX triplet: 18, 1D and DA. RGB value is (24,29,218). Sum of RGB (Red+Green+Blue) = 24+29+218=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 29 (11.72% from 255 or 10.70% from 271); Blue value is 218 (85.55% from 255 or 80.44% from 271); Max value from RGB is 218 - color contains mainly: blue. Hex color #181DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181DDA is #E7E225. Grayscale: #303030. Windows color (decimal): -15196710 or 14294296. OLE color: 14294296.
HSL color Cylindrical-coordinate representation of color #181DDA: hue angle of 238.45º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181DDA is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 24 | 29 | 218 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.15 |
| HSL | 238.45º | 0.8% | 0.47% | - |
| HSV(B) | 238.45º | 0.89% | 0.85% | - |
| XYZ | 13.47 | 6.13 | 66.8 | - |
| YUV | 49.05 | 223.34 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 218 | 0.89 | 0.87 | 0 | 0.15 | 238.45 | 0.8 | 0.47 |
| Hex | 18 | 1D | DA | 59 | 57 | 0 | F | EE | 50 | 2F |
| Octal | 30 | 35 | 332 | 131 | 127 | 0 | 17 | 356 | 120 | 57 |
| Binary | 11000 | 11101 | 11011010 | 1011001 | 1010111 | 0 | 1111 | 11101110 | 1010000 | 101111 |
Color Harmonies of #181DDA
Complementary color
Monochromatic Colors of #181DDA
Black with #181DDA
Text Example
Text Example
White with #181DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181DDA; }
p { color: rgb(24,29,218); }
H1.HeaderClassName
{
color: #181DDA;
}
.AnyTagClassName
{
color: #181DDA;
}
</style>
background-color css
<style>
a { background-color: #181DDA; }
a { background-color: rgb(24,29,218); }
div.DivClassName
{
background-color: #181DDA;
}
.BgClassName
{
background-color: #181DDA;
}
</style>
border-color css
<style>
span { border-color: #181DDA; }
span { border-color: rgb(24,29,218); }
td.TdClassName
{
border-color: #181DDA;
}
.TagClassName
{
border-color: #181DDA;
}
</style>