Shades of Blue #180BFA
Tints of Blue #180BFA
RGB
CMYK
RGB Variations
Color information
#180BFA (or 0x180BFA) is known color: Blue. HEX triplet: 18, 0B and FA. RGB value is (24,11,250). Sum of RGB (Red+Green+Blue) = 24+11+250=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #180BFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BFA is #E7F405. Grayscale: #292929. Windows color (decimal): -15201286 or 16386840. OLE color: 16386840.
HSL color Cylindrical-coordinate representation of color #180BFA: hue angle of 243.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180BFA is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 11 | 250 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.02 |
| HSL | 243.26º | 0.96% | 0.51% | - |
| HSV(B) | 243.26º | 0.96% | 0.98% | - |
| XYZ | 17.75 | 7.34 | 90.92 | - |
| YUV | 42.13 | 245.31 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 250 | 0.90 | 0.96 | 0 | 0.02 | 243.26 | 0.96 | 0.51 |
| Hex | 18 | B | FA | 5A | 60 | 0 | 2 | F3 | 60 | 33 |
| Octal | 30 | 13 | 372 | 132 | 140 | 0 | 2 | 363 | 140 | 63 |
| Binary | 11000 | 1011 | 11111010 | 1011010 | 1100000 | 0 | 10 | 11110011 | 1100000 | 110011 |
Color Harmonies of #180BFA
Complementary color
Monochromatic Colors of #180BFA
Black with #180BFA
Text Example
Text Example
White with #180BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BFA; }
p { color: rgb(24,11,250); }
H1.HeaderClassName
{
color: #180BFA;
}
.AnyTagClassName
{
color: #180BFA;
}
</style>
background-color css
<style>
a { background-color: #180BFA; }
a { background-color: rgb(24,11,250); }
div.DivClassName
{
background-color: #180BFA;
}
.BgClassName
{
background-color: #180BFA;
}
</style>
border-color css
<style>
span { border-color: #180BFA; }
span { border-color: rgb(24,11,250); }
td.TdClassName
{
border-color: #180BFA;
}
.TagClassName
{
border-color: #180BFA;
}
</style>