Shades of Blue #180BF2
Tints of Blue #180BF2
RGB
CMYK
RGB Variations
Color information
#180BF2 (or 0x180BF2) is known color: Blue. HEX triplet: 18, 0B and F2. RGB value is (24,11,242). Sum of RGB (Red+Green+Blue) = 24+11+242=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 242 (94.92% from 255 or 87.36% from 277); Max value from RGB is 242 - color contains mainly: blue. Hex color #180BF2 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180BF2 is #E7F40D. Grayscale: #282828. Windows color (decimal): -15201294 or 15862552. OLE color: 15862552.
HSL color Cylindrical-coordinate representation of color #180BF2: hue angle of 243.38º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BF2 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 11 | 242 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.05 |
| HSL | 243.38º | 0.91% | 0.5% | - |
| HSV(B) | 243.38º | 0.95% | 0.95% | - |
| XYZ | 16.52 | 6.84 | 84.45 | - |
| YUV | 41.22 | 241.31 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 242 | 0.90 | 0.95 | 0 | 0.05 | 243.38 | 0.91 | 0.5 |
| Hex | 18 | B | F2 | 5A | 5F | 0 | 5 | F3 | 5B | 32 |
| Octal | 30 | 13 | 362 | 132 | 137 | 0 | 5 | 363 | 133 | 62 |
| Binary | 11000 | 1011 | 11110010 | 1011010 | 1011111 | 0 | 101 | 11110011 | 1011011 | 110010 |
Color Harmonies of #180BF2
Complementary color
Monochromatic Colors of #180BF2
Black with #180BF2
Text Example
Text Example
White with #180BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BF2; }
p { color: rgb(24,11,242); }
H1.HeaderClassName
{
color: #180BF2;
}
.AnyTagClassName
{
color: #180BF2;
}
</style>
background-color css
<style>
a { background-color: #180BF2; }
a { background-color: rgb(24,11,242); }
div.DivClassName
{
background-color: #180BF2;
}
.BgClassName
{
background-color: #180BF2;
}
</style>
border-color css
<style>
span { border-color: #180BF2; }
span { border-color: rgb(24,11,242); }
td.TdClassName
{
border-color: #180BF2;
}
.TagClassName
{
border-color: #180BF2;
}
</style>