Shades of Blue #180FF6
Tints of Blue #180FF6
RGB
CMYK
RGB Variations
Color information
#180FF6 (or 0x180FF6) is known color: Blue. HEX triplet: 18, 0F and F6. RGB value is (24,15,246). Sum of RGB (Red+Green+Blue) = 24+15+246=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 246 (96.48% from 255 or 86.32% from 285); Max value from RGB is 246 - color contains mainly: blue. Hex color #180FF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180FF6 is #E7F009. Grayscale: #2B2B2B. Windows color (decimal): -15200266 or 16125720. OLE color: 16125720.
HSL color Cylindrical-coordinate representation of color #180FF6: hue angle of 242.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180FF6 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 15 | 246 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.04 |
| HSL | 242.34º | 0.93% | 0.51% | - |
| HSV(B) | 242.34º | 0.94% | 0.96% | - |
| XYZ | 17.18 | 7.19 | 87.67 | - |
| YUV | 44.03 | 241.98 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 246 | 0.90 | 0.94 | 0 | 0.04 | 242.34 | 0.93 | 0.51 |
| Hex | 18 | F | F6 | 5A | 5E | 0 | 4 | F2 | 5D | 33 |
| Octal | 30 | 17 | 366 | 132 | 136 | 0 | 4 | 362 | 135 | 63 |
| Binary | 11000 | 1111 | 11110110 | 1011010 | 1011110 | 0 | 100 | 11110010 | 1011101 | 110011 |
Color Harmonies of #180FF6
Complementary color
Monochromatic Colors of #180FF6
Black with #180FF6
Text Example
Text Example
White with #180FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180FF6; }
p { color: rgb(24,15,246); }
H1.HeaderClassName
{
color: #180FF6;
}
.AnyTagClassName
{
color: #180FF6;
}
</style>
background-color css
<style>
a { background-color: #180FF6; }
a { background-color: rgb(24,15,246); }
div.DivClassName
{
background-color: #180FF6;
}
.BgClassName
{
background-color: #180FF6;
}
</style>
border-color css
<style>
span { border-color: #180FF6; }
span { border-color: rgb(24,15,246); }
td.TdClassName
{
border-color: #180FF6;
}
.TagClassName
{
border-color: #180FF6;
}
</style>