Shades of Medium Blue #180ED3
Tints of Medium Blue #180ED3
RGB
CMYK
RGB Variations
Color information
#180ED3 (or 0x180ED3) is known color: Medium Blue. HEX triplet: 18, 0E and D3. RGB value is (24,14,211). Sum of RGB (Red+Green+Blue) = 24+14+211=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 211 (82.81% from 255 or 84.74% from 249); Max value from RGB is 211 - color contains mainly: blue. Hex color #180ED3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180ED3 is #E7F12C. Grayscale: #262626. Windows color (decimal): -15200557 or 13831704. OLE color: 13831704.
HSL color Cylindrical-coordinate representation of color #180ED3: hue angle of 243.05º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180ED3 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 14 | 211 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.17 |
| HSL | 243.05º | 0.88% | 0.44% | - |
| HSV(B) | 243.05º | 0.93% | 0.83% | - |
| XYZ | 12.29 | 5.21 | 61.99 | - |
| YUV | 39.45 | 224.81 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 211 | 0.89 | 0.93 | 0 | 0.17 | 243.05 | 0.88 | 0.44 |
| Hex | 18 | E | D3 | 59 | 5D | 0 | 11 | F3 | 58 | 2C |
| Octal | 30 | 16 | 323 | 131 | 135 | 0 | 21 | 363 | 130 | 54 |
| Binary | 11000 | 1110 | 11010011 | 1011001 | 1011101 | 0 | 10001 | 11110011 | 1011000 | 101100 |
Color Harmonies of #180ED3
Complementary color
Monochromatic Colors of #180ED3
Black with #180ED3
Text Example
Text Example
White with #180ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180ED3; }
p { color: rgb(24,14,211); }
H1.HeaderClassName
{
color: #180ED3;
}
.AnyTagClassName
{
color: #180ED3;
}
</style>
background-color css
<style>
a { background-color: #180ED3; }
a { background-color: rgb(24,14,211); }
div.DivClassName
{
background-color: #180ED3;
}
.BgClassName
{
background-color: #180ED3;
}
</style>
border-color css
<style>
span { border-color: #180ED3; }
span { border-color: rgb(24,14,211); }
td.TdClassName
{
border-color: #180ED3;
}
.TagClassName
{
border-color: #180ED3;
}
</style>