Shades of Medium Blue #180EDF
Tints of Medium Blue #180EDF
RGB
CMYK
RGB Variations
Color information
#180EDF (or 0x180EDF) is known color: Medium Blue. HEX triplet: 18, 0E and DF. RGB value is (24,14,223). Sum of RGB (Red+Green+Blue) = 24+14+223=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 223 (87.5% from 255 or 85.44% from 261); Max value from RGB is 223 - color contains mainly: blue. Hex color #180EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EDF is #E7F120. Grayscale: #272727. Windows color (decimal): -15200545 or 14618136. OLE color: 14618136.
HSL color Cylindrical-coordinate representation of color #180EDF: hue angle of 242.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EDF is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 14 | 223 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.13 |
| HSL | 242.87º | 0.88% | 0.46% | - |
| HSV(B) | 242.87º | 0.94% | 0.87% | - |
| XYZ | 13.85 | 5.84 | 70.21 | - |
| YUV | 40.82 | 230.81 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 223 | 0.89 | 0.94 | 0 | 0.13 | 242.87 | 0.88 | 0.46 |
| Hex | 18 | E | DF | 59 | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 30 | 16 | 337 | 131 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 11000 | 1110 | 11011111 | 1011001 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #180EDF
Complementary color
Monochromatic Colors of #180EDF
Black with #180EDF
Text Example
Text Example
White with #180EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EDF; }
p { color: rgb(24,14,223); }
H1.HeaderClassName
{
color: #180EDF;
}
.AnyTagClassName
{
color: #180EDF;
}
</style>
background-color css
<style>
a { background-color: #180EDF; }
a { background-color: rgb(24,14,223); }
div.DivClassName
{
background-color: #180EDF;
}
.BgClassName
{
background-color: #180EDF;
}
</style>
border-color css
<style>
span { border-color: #180EDF; }
span { border-color: rgb(24,14,223); }
td.TdClassName
{
border-color: #180EDF;
}
.TagClassName
{
border-color: #180EDF;
}
</style>