Shades of Blue #080EEF
Tints of Blue #080EEF
RGB
CMYK
RGB Variations
Color information
#080EEF (or 0x080EEF) is known color: Blue. HEX triplet: 08, 0E and EF. RGB value is (8,14,239). Sum of RGB (Red+Green+Blue) = 8+14+239=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 239 (93.75% from 255 or 91.57% from 261); Max value from RGB is 239 - color contains mainly: blue. Hex color #080EEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EEF is #F7F110. Grayscale: #242424. Windows color (decimal): -16249105 or 15666696. OLE color: 15666696.
HSL color Cylindrical-coordinate representation of color #080EEF: hue angle of 238.44º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080EEF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 14 | 239 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.06 |
| HSL | 238.44º | 0.94% | 0.48% | - |
| HSV(B) | 238.44º | 0.97% | 0.94% | - |
| XYZ | 15.84 | 6.6 | 82.1 | - |
| YUV | 37.86 | 241.51 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 239 | 0.97 | 0.94 | 0 | 0.06 | 238.44 | 0.94 | 0.48 |
| Hex | 8 | E | EF | 61 | 5E | 0 | 6 | EE | 5E | 30 |
| Octal | 10 | 16 | 357 | 141 | 136 | 0 | 6 | 356 | 136 | 60 |
| Binary | 1000 | 1110 | 11101111 | 1100001 | 1011110 | 0 | 110 | 11101110 | 1011110 | 110000 |
Color Harmonies of #080EEF
Complementary color
Monochromatic Colors of #080EEF
Black with #080EEF
Text Example
Text Example
White with #080EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EEF; }
p { color: rgb(8,14,239); }
H1.HeaderClassName
{
color: #080EEF;
}
.AnyTagClassName
{
color: #080EEF;
}
</style>
background-color css
<style>
a { background-color: #080EEF; }
a { background-color: rgb(8,14,239); }
div.DivClassName
{
background-color: #080EEF;
}
.BgClassName
{
background-color: #080EEF;
}
</style>
border-color css
<style>
span { border-color: #080EEF; }
span { border-color: rgb(8,14,239); }
td.TdClassName
{
border-color: #080EEF;
}
.TagClassName
{
border-color: #080EEF;
}
</style>