Shades of Blue #180EFB
Tints of Blue #180EFB
RGB
CMYK
RGB Variations
Color information
#180EFB (or 0x180EFB) is known color: Blue. HEX triplet: 18, 0E and FB. RGB value is (24,14,251). Sum of RGB (Red+Green+Blue) = 24+14+251=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 251 (98.44% from 255 or 86.85% from 289); Max value from RGB is 251 - color contains mainly: blue. Hex color #180EFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EFB is #E7F104. Grayscale: #2B2B2B. Windows color (decimal): -15200517 or 16453144. OLE color: 16453144.
HSL color Cylindrical-coordinate representation of color #180EFB: hue angle of 242.53º degrees, saturation: 0.97, 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 #180EFB is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 14 | 251 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.02 |
| HSL | 242.53º | 0.97% | 0.52% | - |
| HSV(B) | 242.53º | 0.94% | 0.98% | - |
| XYZ | 17.95 | 7.47 | 91.76 | - |
| YUV | 44.01 | 244.81 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 251 | 0.90 | 0.94 | 0 | 0.02 | 242.53 | 0.97 | 0.52 |
| Hex | 18 | E | FB | 5A | 5E | 0 | 2 | F3 | 61 | 34 |
| Octal | 30 | 16 | 373 | 132 | 136 | 0 | 2 | 363 | 141 | 64 |
| Binary | 11000 | 1110 | 11111011 | 1011010 | 1011110 | 0 | 10 | 11110011 | 1100001 | 110100 |
Color Harmonies of #180EFB
Complementary color
Monochromatic Colors of #180EFB
Black with #180EFB
Text Example
Text Example
White with #180EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EFB; }
p { color: rgb(24,14,251); }
H1.HeaderClassName
{
color: #180EFB;
}
.AnyTagClassName
{
color: #180EFB;
}
</style>
background-color css
<style>
a { background-color: #180EFB; }
a { background-color: rgb(24,14,251); }
div.DivClassName
{
background-color: #180EFB;
}
.BgClassName
{
background-color: #180EFB;
}
</style>
border-color css
<style>
span { border-color: #180EFB; }
span { border-color: rgb(24,14,251); }
td.TdClassName
{
border-color: #180EFB;
}
.TagClassName
{
border-color: #180EFB;
}
</style>