Shades of Medium Blue #181ADE
Tints of Medium Blue #181ADE
RGB
CMYK
RGB Variations
Color information
#181ADE (or 0x181ADE) is known color: Medium Blue. HEX triplet: 18, 1A and DE. RGB value is (24,26,222). Sum of RGB (Red+Green+Blue) = 24+26+222=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #181ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181ADE is #E7E521. Grayscale: #2E2E2E. Windows color (decimal): -15197474 or 14555672. OLE color: 14555672.
HSL color Cylindrical-coordinate representation of color #181ADE: hue angle of 239.39º 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 #181ADE is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 26 | 222 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.13 |
| HSL | 239.39º | 0.8% | 0.48% | - |
| HSV(B) | 239.39º | 0.89% | 0.87% | - |
| XYZ | 13.93 | 6.21 | 69.57 | - |
| YUV | 47.75 | 226.34 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 222 | 0.89 | 0.88 | 0 | 0.13 | 239.39 | 0.8 | 0.48 |
| Hex | 18 | 1A | DE | 59 | 58 | 0 | D | EF | 50 | 30 |
| Octal | 30 | 32 | 336 | 131 | 130 | 0 | 15 | 357 | 120 | 60 |
| Binary | 11000 | 11010 | 11011110 | 1011001 | 1011000 | 0 | 1101 | 11101111 | 1010000 | 110000 |
Color Harmonies of #181ADE
Complementary color
Monochromatic Colors of #181ADE
Black with #181ADE
Text Example
Text Example
White with #181ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181ADE; }
p { color: rgb(24,26,222); }
H1.HeaderClassName
{
color: #181ADE;
}
.AnyTagClassName
{
color: #181ADE;
}
</style>
background-color css
<style>
a { background-color: #181ADE; }
a { background-color: rgb(24,26,222); }
div.DivClassName
{
background-color: #181ADE;
}
.BgClassName
{
background-color: #181ADE;
}
</style>
border-color css
<style>
span { border-color: #181ADE; }
span { border-color: rgb(24,26,222); }
td.TdClassName
{
border-color: #181ADE;
}
.TagClassName
{
border-color: #181ADE;
}
</style>