Shades of Blue #180BED
Tints of Blue #180BED
RGB
CMYK
RGB Variations
Color information
#180BED (or 0x180BED) is known color: Blue. HEX triplet: 18, 0B and ED. RGB value is (24,11,237). Sum of RGB (Red+Green+Blue) = 24+11+237=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #180BED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BED is #E7F412. Grayscale: #272727. Windows color (decimal): -15201299 or 15534872. OLE color: 15534872.
HSL color Cylindrical-coordinate representation of color #180BED: hue angle of 243.45º degrees, saturation: 0.91, 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 #180BED is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 11 | 237 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 243.45º | 0.91% | 0.49% | - |
| HSV(B) | 243.45º | 0.95% | 0.93% | - |
| XYZ | 15.78 | 6.55 | 80.55 | - |
| YUV | 40.65 | 238.81 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 237 | 0.90 | 0.95 | 0 | 0.07 | 243.45 | 0.91 | 0.49 |
| Hex | 18 | B | ED | 5A | 5F | 0 | 7 | F3 | 5B | 31 |
| Octal | 30 | 13 | 355 | 132 | 137 | 0 | 7 | 363 | 133 | 61 |
| Binary | 11000 | 1011 | 11101101 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011011 | 110001 |
Color Harmonies of #180BED
Complementary color
Monochromatic Colors of #180BED
Black with #180BED
Text Example
Text Example
White with #180BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BED; }
p { color: rgb(24,11,237); }
H1.HeaderClassName
{
color: #180BED;
}
.AnyTagClassName
{
color: #180BED;
}
</style>
background-color css
<style>
a { background-color: #180BED; }
a { background-color: rgb(24,11,237); }
div.DivClassName
{
background-color: #180BED;
}
.BgClassName
{
background-color: #180BED;
}
</style>
border-color css
<style>
span { border-color: #180BED; }
span { border-color: rgb(24,11,237); }
td.TdClassName
{
border-color: #180BED;
}
.TagClassName
{
border-color: #180BED;
}
</style>