Shades of Blue #180DED
Tints of Blue #180DED
RGB
CMYK
RGB Variations
Color information
#180DED (or 0x180DED) is known color: Blue. HEX triplet: 18, 0D and ED. RGB value is (24,13,237). Sum of RGB (Red+Green+Blue) = 24+13+237=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 237 (92.97% from 255 or 86.50% from 274); Max value from RGB is 237 - color contains mainly: blue. Hex color #180DED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180DED is #E7F212. Grayscale: #282828. Windows color (decimal): -15200787 or 15535384. OLE color: 15535384.
HSL color Cylindrical-coordinate representation of color #180DED: hue angle of 242.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180DED is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 13 | 237 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 242.95º | 0.9% | 0.49% | - |
| HSV(B) | 242.95º | 0.95% | 0.93% | - |
| XYZ | 15.81 | 6.6 | 80.56 | - |
| YUV | 41.83 | 238.14 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 237 | 0.90 | 0.95 | 0 | 0.07 | 242.95 | 0.9 | 0.49 |
| Hex | 18 | D | ED | 5A | 5F | 0 | 7 | F3 | 5A | 31 |
| Octal | 30 | 15 | 355 | 132 | 137 | 0 | 7 | 363 | 132 | 61 |
| Binary | 11000 | 1101 | 11101101 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011010 | 110001 |
Color Harmonies of #180DED
Complementary color
Monochromatic Colors of #180DED
Black with #180DED
Text Example
Text Example
White with #180DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180DED; }
p { color: rgb(24,13,237); }
H1.HeaderClassName
{
color: #180DED;
}
.AnyTagClassName
{
color: #180DED;
}
</style>
background-color css
<style>
a { background-color: #180DED; }
a { background-color: rgb(24,13,237); }
div.DivClassName
{
background-color: #180DED;
}
.BgClassName
{
background-color: #180DED;
}
</style>
border-color css
<style>
span { border-color: #180DED; }
span { border-color: rgb(24,13,237); }
td.TdClassName
{
border-color: #180DED;
}
.TagClassName
{
border-color: #180DED;
}
</style>