Shades of Blue #180EF1
Tints of Blue #180EF1
RGB
CMYK
RGB Variations
Color information
#180EF1 (or 0x180EF1) is known color: Blue. HEX triplet: 18, 0E and F1. RGB value is (24,14,241). Sum of RGB (Red+Green+Blue) = 24+14+241=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 241 (94.53% from 255 or 86.38% from 279); Max value from RGB is 241 - color contains mainly: blue. Hex color #180EF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EF1 is #E7F10E. Grayscale: #292929. Windows color (decimal): -15200527 or 15797784. OLE color: 15797784.
HSL color Cylindrical-coordinate representation of color #180EF1: hue angle of 242.64º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EF1 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 14 | 241 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.05 |
| HSL | 242.64º | 0.89% | 0.5% | - |
| HSV(B) | 242.64º | 0.94% | 0.95% | - |
| XYZ | 16.41 | 6.86 | 83.68 | - |
| YUV | 42.87 | 239.81 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 241 | 0.90 | 0.94 | 0 | 0.05 | 242.64 | 0.89 | 0.5 |
| Hex | 18 | E | F1 | 5A | 5E | 0 | 5 | F3 | 59 | 32 |
| Octal | 30 | 16 | 361 | 132 | 136 | 0 | 5 | 363 | 131 | 62 |
| Binary | 11000 | 1110 | 11110001 | 1011010 | 1011110 | 0 | 101 | 11110011 | 1011001 | 110010 |
Color Harmonies of #180EF1
Complementary color
Monochromatic Colors of #180EF1
Black with #180EF1
Text Example
Text Example
White with #180EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EF1; }
p { color: rgb(24,14,241); }
H1.HeaderClassName
{
color: #180EF1;
}
.AnyTagClassName
{
color: #180EF1;
}
</style>
background-color css
<style>
a { background-color: #180EF1; }
a { background-color: rgb(24,14,241); }
div.DivClassName
{
background-color: #180EF1;
}
.BgClassName
{
background-color: #180EF1;
}
</style>
border-color css
<style>
span { border-color: #180EF1; }
span { border-color: rgb(24,14,241); }
td.TdClassName
{
border-color: #180EF1;
}
.TagClassName
{
border-color: #180EF1;
}
</style>