Shades of Blue #080FED
Tints of Blue #080FED
RGB
CMYK
RGB Variations
Color information
#080FED (or 0x080FED) is known color: Blue. HEX triplet: 08, 0F and ED. RGB value is (8,15,237). Sum of RGB (Red+Green+Blue) = 8+15+237=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 237 (92.97% from 255 or 91.15% from 260); Max value from RGB is 237 - color contains mainly: blue. Hex color #080FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FED is #F7F012. Grayscale: #252525. Windows color (decimal): -16248851 or 15535880. OLE color: 15535880.
HSL color Cylindrical-coordinate representation of color #080FED: hue angle of 238.17º 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 #080FED is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 15 | 237 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.07 |
| HSL | 238.17º | 0.93% | 0.48% | - |
| HSV(B) | 238.17º | 0.97% | 0.93% | - |
| XYZ | 15.56 | 6.51 | 80.56 | - |
| YUV | 38.22 | 240.18 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 237 | 0.97 | 0.94 | 0 | 0.07 | 238.17 | 0.93 | 0.48 |
| Hex | 8 | F | ED | 61 | 5E | 0 | 7 | EE | 5D | 30 |
| Octal | 10 | 17 | 355 | 141 | 136 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1000 | 1111 | 11101101 | 1100001 | 1011110 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #080FED
Complementary color
Monochromatic Colors of #080FED
Black with #080FED
Text Example
Text Example
White with #080FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FED; }
p { color: rgb(8,15,237); }
H1.HeaderClassName
{
color: #080FED;
}
.AnyTagClassName
{
color: #080FED;
}
</style>
background-color css
<style>
a { background-color: #080FED; }
a { background-color: rgb(8,15,237); }
div.DivClassName
{
background-color: #080FED;
}
.BgClassName
{
background-color: #080FED;
}
</style>
border-color css
<style>
span { border-color: #080FED; }
span { border-color: rgb(8,15,237); }
td.TdClassName
{
border-color: #080FED;
}
.TagClassName
{
border-color: #080FED;
}
</style>