Shades of Medium Blue #180ADD
Tints of Medium Blue #180ADD
RGB
CMYK
RGB Variations
Color information
#180ADD (or 0x180ADD) is known color: Medium Blue. HEX triplet: 18, 0A and DD. RGB value is (24,10,221). Sum of RGB (Red+Green+Blue) = 24+10+221=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #180ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ADD is #E7F522. Grayscale: #252525. Windows color (decimal): -15201571 or 14486040. OLE color: 14486040.
HSL color Cylindrical-coordinate representation of color #180ADD: hue angle of 243.98º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180ADD is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 10 | 221 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.13 |
| HSL | 243.98º | 0.91% | 0.45% | - |
| HSV(B) | 243.98º | 0.95% | 0.87% | - |
| XYZ | 13.54 | 5.63 | 68.78 | - |
| YUV | 38.24 | 231.14 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 221 | 0.89 | 0.95 | 0 | 0.13 | 243.98 | 0.91 | 0.45 |
| Hex | 18 | A | DD | 59 | 5F | 0 | D | F4 | 5B | 2D |
| Octal | 30 | 12 | 335 | 131 | 137 | 0 | 15 | 364 | 133 | 55 |
| Binary | 11000 | 1010 | 11011101 | 1011001 | 1011111 | 0 | 1101 | 11110100 | 1011011 | 101101 |
Color Harmonies of #180ADD
Complementary color
Monochromatic Colors of #180ADD
Black with #180ADD
Text Example
Text Example
White with #180ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ADD; }
p { color: rgb(24,10,221); }
H1.HeaderClassName
{
color: #180ADD;
}
.AnyTagClassName
{
color: #180ADD;
}
</style>
background-color css
<style>
a { background-color: #180ADD; }
a { background-color: rgb(24,10,221); }
div.DivClassName
{
background-color: #180ADD;
}
.BgClassName
{
background-color: #180ADD;
}
</style>
border-color css
<style>
span { border-color: #180ADD; }
span { border-color: rgb(24,10,221); }
td.TdClassName
{
border-color: #180ADD;
}
.TagClassName
{
border-color: #180ADD;
}
</style>