Shades of Blue #180FEE
Tints of Blue #180FEE
RGB
CMYK
RGB Variations
Color information
#180FEE (or 0x180FEE) is known color: Blue. HEX triplet: 18, 0F and EE. RGB value is (24,15,238). Sum of RGB (Red+Green+Blue) = 24+15+238=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 238 (93.36% from 255 or 85.92% from 277); Max value from RGB is 238 - color contains mainly: blue. Hex color #180FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180FEE is #E7F011. Grayscale: #2A2A2A. Windows color (decimal): -15200274 or 15601432. OLE color: 15601432.
HSL color Cylindrical-coordinate representation of color #180FEE: hue angle of 242.42º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180FEE is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 15 | 238 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.07 |
| HSL | 242.42º | 0.88% | 0.5% | - |
| HSV(B) | 242.42º | 0.94% | 0.93% | - |
| XYZ | 15.98 | 6.71 | 81.34 | - |
| YUV | 43.11 | 237.98 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 238 | 0.90 | 0.94 | 0 | 0.07 | 242.42 | 0.88 | 0.5 |
| Hex | 18 | F | EE | 5A | 5E | 0 | 7 | F2 | 58 | 32 |
| Octal | 30 | 17 | 356 | 132 | 136 | 0 | 7 | 362 | 130 | 62 |
| Binary | 11000 | 1111 | 11101110 | 1011010 | 1011110 | 0 | 111 | 11110010 | 1011000 | 110010 |
Color Harmonies of #180FEE
Complementary color
Monochromatic Colors of #180FEE
Black with #180FEE
Text Example
Text Example
White with #180FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FEE; }
p { color: rgb(24,15,238); }
H1.HeaderClassName
{
color: #180FEE;
}
.AnyTagClassName
{
color: #180FEE;
}
</style>
background-color css
<style>
a { background-color: #180FEE; }
a { background-color: rgb(24,15,238); }
div.DivClassName
{
background-color: #180FEE;
}
.BgClassName
{
background-color: #180FEE;
}
</style>
border-color css
<style>
span { border-color: #180FEE; }
span { border-color: rgb(24,15,238); }
td.TdClassName
{
border-color: #180FEE;
}
.TagClassName
{
border-color: #180FEE;
}
</style>