Shades of Blue #080BEE
Tints of Blue #080BEE
RGB
CMYK
RGB Variations
Color information
#080BEE (or 0x080BEE) is known color: Blue. HEX triplet: 08, 0B and EE. RGB value is (8,11,238). Sum of RGB (Red+Green+Blue) = 8+11+238=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 238 (93.36% from 255 or 92.61% from 257); Max value from RGB is 238 - color contains mainly: blue. Hex color #080BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BEE is #F7F411. Grayscale: #232323. Windows color (decimal): -16249874 or 15600392. OLE color: 15600392.
HSL color Cylindrical-coordinate representation of color #080BEE: hue angle of 239.22º 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 #080BEE is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 11 | 238 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.07 |
| HSL | 239.22º | 0.93% | 0.48% | - |
| HSV(B) | 239.22º | 0.97% | 0.93% | - |
| XYZ | 15.65 | 6.46 | 81.31 | - |
| YUV | 35.98 | 242.01 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 238 | 0.97 | 0.95 | 0 | 0.07 | 239.22 | 0.93 | 0.48 |
| Hex | 8 | B | EE | 61 | 5F | 0 | 7 | EF | 5D | 30 |
| Octal | 10 | 13 | 356 | 141 | 137 | 0 | 7 | 357 | 135 | 60 |
| Binary | 1000 | 1011 | 11101110 | 1100001 | 1011111 | 0 | 111 | 11101111 | 1011101 | 110000 |
Color Harmonies of #080BEE
Complementary color
Monochromatic Colors of #080BEE
Black with #080BEE
Text Example
Text Example
White with #080BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BEE; }
p { color: rgb(8,11,238); }
H1.HeaderClassName
{
color: #080BEE;
}
.AnyTagClassName
{
color: #080BEE;
}
</style>
background-color css
<style>
a { background-color: #080BEE; }
a { background-color: rgb(8,11,238); }
div.DivClassName
{
background-color: #080BEE;
}
.BgClassName
{
background-color: #080BEE;
}
</style>
border-color css
<style>
span { border-color: #080BEE; }
span { border-color: rgb(8,11,238); }
td.TdClassName
{
border-color: #080BEE;
}
.TagClassName
{
border-color: #080BEE;
}
</style>