Shades of Blue #080EED
Tints of Blue #080EED
RGB
CMYK
RGB Variations
Color information
#080EED (or 0x080EED) is known color: Blue. HEX triplet: 08, 0E and ED. RGB value is (8,14,237). Sum of RGB (Red+Green+Blue) = 8+14+237=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 237 (92.97% from 255 or 91.51% from 259); Max value from RGB is 237 - color contains mainly: blue. Hex color #080EED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080EED is #F7F112. Grayscale: #242424. Windows color (decimal): -16249107 or 15535624. OLE color: 15535624.
HSL color Cylindrical-coordinate representation of color #080EED: hue angle of 238.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080EED is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 14 | 237 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.07 |
| HSL | 238.43º | 0.93% | 0.48% | - |
| HSV(B) | 238.43º | 0.97% | 0.93% | - |
| XYZ | 15.54 | 6.48 | 80.55 | - |
| YUV | 37.63 | 240.51 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 14 | 237 | 0.97 | 0.94 | 0 | 0.07 | 238.43 | 0.93 | 0.48 |
| Hex | 8 | E | ED | 61 | 5E | 0 | 7 | EE | 5D | 30 |
| Octal | 10 | 16 | 355 | 141 | 136 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1000 | 1110 | 11101101 | 1100001 | 1011110 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #080EED
Complementary color
Monochromatic Colors of #080EED
Black with #080EED
Text Example
Text Example
White with #080EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080EED; }
p { color: rgb(8,14,237); }
H1.HeaderClassName
{
color: #080EED;
}
.AnyTagClassName
{
color: #080EED;
}
</style>
background-color css
<style>
a { background-color: #080EED; }
a { background-color: rgb(8,14,237); }
div.DivClassName
{
background-color: #080EED;
}
.BgClassName
{
background-color: #080EED;
}
</style>
border-color css
<style>
span { border-color: #080EED; }
span { border-color: rgb(8,14,237); }
td.TdClassName
{
border-color: #080EED;
}
.TagClassName
{
border-color: #080EED;
}
</style>