Shades of Medium Blue #180FDE
Tints of Medium Blue #180FDE
RGB
CMYK
RGB Variations
Color information
#180FDE (or 0x180FDE) is known color: Medium Blue. HEX triplet: 18, 0F and DE. RGB value is (24,15,222). Sum of RGB (Red+Green+Blue) = 24+15+222=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 222 (87.11% from 255 or 85.06% from 261); Max value from RGB is 222 - color contains mainly: blue. Hex color #180FDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180FDE is #E7F021. Grayscale: #282828. Windows color (decimal): -15200290 or 14552856. OLE color: 14552856.
HSL color Cylindrical-coordinate representation of color #180FDE: hue angle of 242.61º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180FDE is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 15 | 222 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.13 |
| HSL | 242.61º | 0.87% | 0.46% | - |
| HSV(B) | 242.61º | 0.93% | 0.87% | - |
| XYZ | 13.73 | 5.81 | 69.5 | - |
| YUV | 41.29 | 229.98 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 222 | 0.89 | 0.93 | 0 | 0.13 | 242.61 | 0.87 | 0.46 |
| Hex | 18 | F | DE | 59 | 5D | 0 | D | F3 | 57 | 2E |
| Octal | 30 | 17 | 336 | 131 | 135 | 0 | 15 | 363 | 127 | 56 |
| Binary | 11000 | 1111 | 11011110 | 1011001 | 1011101 | 0 | 1101 | 11110011 | 1010111 | 101110 |
Color Harmonies of #180FDE
Complementary color
Monochromatic Colors of #180FDE
Black with #180FDE
Text Example
Text Example
White with #180FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FDE; }
p { color: rgb(24,15,222); }
H1.HeaderClassName
{
color: #180FDE;
}
.AnyTagClassName
{
color: #180FDE;
}
</style>
background-color css
<style>
a { background-color: #180FDE; }
a { background-color: rgb(24,15,222); }
div.DivClassName
{
background-color: #180FDE;
}
.BgClassName
{
background-color: #180FDE;
}
</style>
border-color css
<style>
span { border-color: #180FDE; }
span { border-color: rgb(24,15,222); }
td.TdClassName
{
border-color: #180FDE;
}
.TagClassName
{
border-color: #180FDE;
}
</style>