Shades of Blue #080FEE
Tints of Blue #080FEE
RGB
CMYK
RGB Variations
Color information
#080FEE (or 0x080FEE) is known color: Blue. HEX triplet: 08, 0F and EE. RGB value is (8,15,238). Sum of RGB (Red+Green+Blue) = 8+15+238=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 238 (93.36% from 255 or 91.19% from 261); Max value from RGB is 238 - color contains mainly: blue. Hex color #080FEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FEE is #F7F011. Grayscale: #252525. Windows color (decimal): -16248850 or 15601416. OLE color: 15601416.
HSL color Cylindrical-coordinate representation of color #080FEE: 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 #080FEE is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 15 | 238 | - |
| 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.7 | 6.57 | 81.33 | - |
| YUV | 38.33 | 240.68 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 238 | 0.97 | 0.94 | 0 | 0.07 | 238.17 | 0.93 | 0.48 |
| Hex | 8 | F | EE | 61 | 5E | 0 | 7 | EE | 5D | 30 |
| Octal | 10 | 17 | 356 | 141 | 136 | 0 | 7 | 356 | 135 | 60 |
| Binary | 1000 | 1111 | 11101110 | 1100001 | 1011110 | 0 | 111 | 11101110 | 1011101 | 110000 |
Color Harmonies of #080FEE
Complementary color
Monochromatic Colors of #080FEE
Black with #080FEE
Text Example
Text Example
White with #080FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FEE; }
p { color: rgb(8,15,238); }
H1.HeaderClassName
{
color: #080FEE;
}
.AnyTagClassName
{
color: #080FEE;
}
</style>
background-color css
<style>
a { background-color: #080FEE; }
a { background-color: rgb(8,15,238); }
div.DivClassName
{
background-color: #080FEE;
}
.BgClassName
{
background-color: #080FEE;
}
</style>
border-color css
<style>
span { border-color: #080FEE; }
span { border-color: rgb(8,15,238); }
td.TdClassName
{
border-color: #080FEE;
}
.TagClassName
{
border-color: #080FEE;
}
</style>