Shades of Blue #180BEE
Tints of Blue #180BEE
RGB
CMYK
RGB Variations
Color information
#180BEE (or 0x180BEE) is known color: Blue. HEX triplet: 18, 0B and EE. RGB value is (24,11,238). Sum of RGB (Red+Green+Blue) = 24+11+238=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 238 (93.36% from 255 or 87.18% from 273); Max value from RGB is 238 - color contains mainly: blue. Hex color #180BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BEE is #E7F411. Grayscale: #272727. Windows color (decimal): -15201298 or 15600408. OLE color: 15600408.
HSL color Cylindrical-coordinate representation of color #180BEE: hue angle of 243.44º 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 #180BEE is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 11 | 238 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 243.44º | 0.91% | 0.49% | - |
| HSV(B) | 243.44º | 0.95% | 0.93% | - |
| XYZ | 15.93 | 6.61 | 81.32 | - |
| YUV | 40.77 | 239.31 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 238 | 0.90 | 0.95 | 0 | 0.07 | 243.44 | 0.91 | 0.49 |
| Hex | 18 | B | EE | 5A | 5F | 0 | 7 | F3 | 5B | 31 |
| Octal | 30 | 13 | 356 | 132 | 137 | 0 | 7 | 363 | 133 | 61 |
| Binary | 11000 | 1011 | 11101110 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011011 | 110001 |
Color Harmonies of #180BEE
Complementary color
Monochromatic Colors of #180BEE
Black with #180BEE
Text Example
Text Example
White with #180BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BEE; }
p { color: rgb(24,11,238); }
H1.HeaderClassName
{
color: #180BEE;
}
.AnyTagClassName
{
color: #180BEE;
}
</style>
background-color css
<style>
a { background-color: #180BEE; }
a { background-color: rgb(24,11,238); }
div.DivClassName
{
background-color: #180BEE;
}
.BgClassName
{
background-color: #180BEE;
}
</style>
border-color css
<style>
span { border-color: #180BEE; }
span { border-color: rgb(24,11,238); }
td.TdClassName
{
border-color: #180BEE;
}
.TagClassName
{
border-color: #180BEE;
}
</style>