Shades of Blue #180EEF
Tints of Blue #180EEF
RGB
CMYK
RGB Variations
Color information
#180EEF (or 0x180EEF) is known color: Blue. HEX triplet: 18, 0E and EF. RGB value is (24,14,239). Sum of RGB (Red+Green+Blue) = 24+14+239=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 239 (93.75% from 255 or 86.28% from 277); Max value from RGB is 239 - color contains mainly: blue. Hex color #180EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180EEF is #E7F110. Grayscale: #292929. Windows color (decimal): -15200529 or 15666712. OLE color: 15666712.
HSL color Cylindrical-coordinate representation of color #180EEF: hue angle of 242.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180EEF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 14 | 239 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.06 |
| HSL | 242.67º | 0.89% | 0.5% | - |
| HSV(B) | 242.67º | 0.94% | 0.94% | - |
| XYZ | 16.11 | 6.74 | 82.11 | - |
| YUV | 42.64 | 238.81 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 239 | 0.90 | 0.94 | 0 | 0.06 | 242.67 | 0.89 | 0.5 |
| Hex | 18 | E | EF | 5A | 5E | 0 | 6 | F3 | 59 | 32 |
| Octal | 30 | 16 | 357 | 132 | 136 | 0 | 6 | 363 | 131 | 62 |
| Binary | 11000 | 1110 | 11101111 | 1011010 | 1011110 | 0 | 110 | 11110011 | 1011001 | 110010 |
Color Harmonies of #180EEF
Complementary color
Monochromatic Colors of #180EEF
Black with #180EEF
Text Example
Text Example
White with #180EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180EEF; }
p { color: rgb(24,14,239); }
H1.HeaderClassName
{
color: #180EEF;
}
.AnyTagClassName
{
color: #180EEF;
}
</style>
background-color css
<style>
a { background-color: #180EEF; }
a { background-color: rgb(24,14,239); }
div.DivClassName
{
background-color: #180EEF;
}
.BgClassName
{
background-color: #180EEF;
}
</style>
border-color css
<style>
span { border-color: #180EEF; }
span { border-color: rgb(24,14,239); }
td.TdClassName
{
border-color: #180EEF;
}
.TagClassName
{
border-color: #180EEF;
}
</style>