Shades of Blue #180AFE
Tints of Blue #180AFE
RGB
CMYK
RGB Variations
Color information
#180AFE (or 0x180AFE) is known color: Blue. HEX triplet: 18, 0A and FE. RGB value is (24,10,254). Sum of RGB (Red+Green+Blue) = 24+10+254=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #180AFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180AFE is #E7F501. Grayscale: #292929. Windows color (decimal): -15201538 or 16648728. OLE color: 16648728.
HSL color Cylindrical-coordinate representation of color #180AFE: hue angle of 243.44º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180AFE is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 10 | 254 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.00 |
| HSL | 243.44º | 0.99% | 0.52% | - |
| HSV(B) | 243.44º | 0.96% | 1% | - |
| XYZ | 18.37 | 7.57 | 94.26 | - |
| YUV | 42 | 247.64 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 254 | 0.91 | 0.96 | 0 | 0.00 | 243.44 | 0.99 | 0.52 |
| Hex | 18 | A | FE | 5B | 60 | 0 | 0 | F3 | 63 | 34 |
| Octal | 30 | 12 | 376 | 133 | 140 | 0 | 0 | 363 | 143 | 64 |
| Binary | 11000 | 1010 | 11111110 | 1011011 | 1100000 | 0 | 0 | 11110011 | 1100011 | 110100 |
Color Harmonies of #180AFE
Complementary color
Monochromatic Colors of #180AFE
Black with #180AFE
Text Example
Text Example
White with #180AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180AFE; }
p { color: rgb(24,10,254); }
H1.HeaderClassName
{
color: #180AFE;
}
.AnyTagClassName
{
color: #180AFE;
}
</style>
background-color css
<style>
a { background-color: #180AFE; }
a { background-color: rgb(24,10,254); }
div.DivClassName
{
background-color: #180AFE;
}
.BgClassName
{
background-color: #180AFE;
}
</style>
border-color css
<style>
span { border-color: #180AFE; }
span { border-color: rgb(24,10,254); }
td.TdClassName
{
border-color: #180AFE;
}
.TagClassName
{
border-color: #180AFE;
}
</style>