Shades of Medium Blue #180ADC
Tints of Medium Blue #180ADC
RGB
CMYK
RGB Variations
Color information
#180ADC (or 0x180ADC) is known color: Medium Blue. HEX triplet: 18, 0A and DC. RGB value is (24,10,220). Sum of RGB (Red+Green+Blue) = 24+10+220=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 220 (86.33% from 255 or 86.61% from 254); Max value from RGB is 220 - color contains mainly: blue. Hex color #180ADC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ADC is #E7F523. Grayscale: #252525. Windows color (decimal): -15201572 or 14420504. OLE color: 14420504.
HSL color Cylindrical-coordinate representation of color #180ADC: hue angle of 244º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180ADC is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 10 | 220 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.14 |
| HSL | 244º | 0.91% | 0.45% | - |
| HSV(B) | 244º | 0.95% | 0.86% | - |
| XYZ | 13.4 | 5.58 | 68.08 | - |
| YUV | 38.13 | 230.64 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 220 | 0.89 | 0.95 | 0 | 0.14 | 244 | 0.91 | 0.45 |
| Hex | 18 | A | DC | 59 | 5F | 0 | E | F4 | 5B | 2D |
| Octal | 30 | 12 | 334 | 131 | 137 | 0 | 16 | 364 | 133 | 55 |
| Binary | 11000 | 1010 | 11011100 | 1011001 | 1011111 | 0 | 1110 | 11110100 | 1011011 | 101101 |
Color Harmonies of #180ADC
Complementary color
Monochromatic Colors of #180ADC
Black with #180ADC
Text Example
Text Example
White with #180ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ADC; }
p { color: rgb(24,10,220); }
H1.HeaderClassName
{
color: #180ADC;
}
.AnyTagClassName
{
color: #180ADC;
}
</style>
background-color css
<style>
a { background-color: #180ADC; }
a { background-color: rgb(24,10,220); }
div.DivClassName
{
background-color: #180ADC;
}
.BgClassName
{
background-color: #180ADC;
}
</style>
border-color css
<style>
span { border-color: #180ADC; }
span { border-color: rgb(24,10,220); }
td.TdClassName
{
border-color: #180ADC;
}
.TagClassName
{
border-color: #180ADC;
}
</style>