Shades of Blue #180FEA
Tints of Blue #180FEA
RGB
CMYK
RGB Variations
Color information
#180FEA (or 0x180FEA) is known color: Blue. HEX triplet: 18, 0F and EA. RGB value is (24,15,234). Sum of RGB (Red+Green+Blue) = 24+15+234=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 234 (91.80% from 255 or 85.71% from 273); Max value from RGB is 234 - color contains mainly: blue. Hex color #180FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180FEA is #E7F015. Grayscale: #292929. Windows color (decimal): -15200278 or 15339288. OLE color: 15339288.
HSL color Cylindrical-coordinate representation of color #180FEA: hue angle of 242.47º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180FEA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 24 | 15 | 234 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.08 |
| HSL | 242.47º | 0.88% | 0.49% | - |
| HSV(B) | 242.47º | 0.94% | 0.92% | - |
| XYZ | 15.4 | 6.48 | 78.28 | - |
| YUV | 42.66 | 235.98 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 234 | 0.90 | 0.94 | 0 | 0.08 | 242.47 | 0.88 | 0.49 |
| Hex | 18 | F | EA | 5A | 5E | 0 | 8 | F2 | 58 | 31 |
| Octal | 30 | 17 | 352 | 132 | 136 | 0 | 10 | 362 | 130 | 61 |
| Binary | 11000 | 1111 | 11101010 | 1011010 | 1011110 | 0 | 1000 | 11110010 | 1011000 | 110001 |
Color Harmonies of #180FEA
Complementary color
Monochromatic Colors of #180FEA
Black with #180FEA
Text Example
Text Example
White with #180FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FEA; }
p { color: rgb(24,15,234); }
H1.HeaderClassName
{
color: #180FEA;
}
.AnyTagClassName
{
color: #180FEA;
}
</style>
background-color css
<style>
a { background-color: #180FEA; }
a { background-color: rgb(24,15,234); }
div.DivClassName
{
background-color: #180FEA;
}
.BgClassName
{
background-color: #180FEA;
}
</style>
border-color css
<style>
span { border-color: #180FEA; }
span { border-color: rgb(24,15,234); }
td.TdClassName
{
border-color: #180FEA;
}
.TagClassName
{
border-color: #180FEA;
}
</style>