Shades of Medium Blue #180ADF
Tints of Medium Blue #180ADF
RGB
CMYK
RGB Variations
Color information
#180ADF (or 0x180ADF) is known color: Medium Blue. HEX triplet: 18, 0A and DF. RGB value is (24,10,223). Sum of RGB (Red+Green+Blue) = 24+10+223=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 223 (87.5% from 255 or 86.77% from 257); Max value from RGB is 223 - color contains mainly: blue. Hex color #180ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ADF is #E7F520. Grayscale: #252525. Windows color (decimal): -15201569 or 14617112. OLE color: 14617112.
HSL color Cylindrical-coordinate representation of color #180ADF: hue angle of 243.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180ADF is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 10 | 223 | - |
| CMYK | 0.89 | 0.96 | 0 | 0.13 |
| HSL | 243.94º | 0.91% | 0.46% | - |
| HSV(B) | 243.94º | 0.96% | 0.87% | - |
| XYZ | 13.8 | 5.74 | 70.19 | - |
| YUV | 38.47 | 232.14 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 223 | 0.89 | 0.96 | 0 | 0.13 | 243.94 | 0.91 | 0.46 |
| Hex | 18 | A | DF | 59 | 60 | 0 | D | F4 | 5B | 2E |
| Octal | 30 | 12 | 337 | 131 | 140 | 0 | 15 | 364 | 133 | 56 |
| Binary | 11000 | 1010 | 11011111 | 1011001 | 1100000 | 0 | 1101 | 11110100 | 1011011 | 101110 |
Color Harmonies of #180ADF
Complementary color
Monochromatic Colors of #180ADF
Black with #180ADF
Text Example
Text Example
White with #180ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ADF; }
p { color: rgb(24,10,223); }
H1.HeaderClassName
{
color: #180ADF;
}
.AnyTagClassName
{
color: #180ADF;
}
</style>
background-color css
<style>
a { background-color: #180ADF; }
a { background-color: rgb(24,10,223); }
div.DivClassName
{
background-color: #180ADF;
}
.BgClassName
{
background-color: #180ADF;
}
</style>
border-color css
<style>
span { border-color: #180ADF; }
span { border-color: rgb(24,10,223); }
td.TdClassName
{
border-color: #180ADF;
}
.TagClassName
{
border-color: #180ADF;
}
</style>