Shades of Blue #180FFA
Tints of Blue #180FFA
RGB
CMYK
RGB Variations
Color information
#180FFA (or 0x180FFA) is known color: Blue. HEX triplet: 18, 0F and FA. RGB value is (24,15,250). Sum of RGB (Red+Green+Blue) = 24+15+250=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 250 (98.05% from 255 or 86.51% from 289); Max value from RGB is 250 - color contains mainly: blue. Hex color #180FFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180FFA is #E7F005. Grayscale: #2B2B2B. Windows color (decimal): -15200262 or 16387864. OLE color: 16387864.
HSL color Cylindrical-coordinate representation of color #180FFA: hue angle of 242.3º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180FFA is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 15 | 250 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.02 |
| HSL | 242.3º | 0.96% | 0.52% | - |
| HSV(B) | 242.3º | 0.94% | 0.98% | - |
| XYZ | 17.8 | 7.44 | 90.94 | - |
| YUV | 44.48 | 243.98 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 250 | 0.90 | 0.94 | 0 | 0.02 | 242.3 | 0.96 | 0.52 |
| Hex | 18 | F | FA | 5A | 5E | 0 | 2 | F2 | 60 | 34 |
| Octal | 30 | 17 | 372 | 132 | 136 | 0 | 2 | 362 | 140 | 64 |
| Binary | 11000 | 1111 | 11111010 | 1011010 | 1011110 | 0 | 10 | 11110010 | 1100000 | 110100 |
Color Harmonies of #180FFA
Complementary color
Monochromatic Colors of #180FFA
Black with #180FFA
Text Example
Text Example
White with #180FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FFA; }
p { color: rgb(24,15,250); }
H1.HeaderClassName
{
color: #180FFA;
}
.AnyTagClassName
{
color: #180FFA;
}
</style>
background-color css
<style>
a { background-color: #180FFA; }
a { background-color: rgb(24,15,250); }
div.DivClassName
{
background-color: #180FFA;
}
.BgClassName
{
background-color: #180FFA;
}
</style>
border-color css
<style>
span { border-color: #180FFA; }
span { border-color: rgb(24,15,250); }
td.TdClassName
{
border-color: #180FFA;
}
.TagClassName
{
border-color: #180FFA;
}
</style>