Shades of Blue #080FFF
Tints of Blue #080FFF
RGB
CMYK
RGB Variations
Color information
#080FFF (or 0x080FFF) is known color: Blue. HEX triplet: 08, 0F and FF. RGB value is (8,15,255). Sum of RGB (Red+Green+Blue) = 8+15+255=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 255 (100% from 255 or 91.73% from 278); Max value from RGB is 255 - color contains mainly: blue. Hex color #080FFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FFF is #F7F000. Grayscale: #272727. Windows color (decimal): -16248833 or 16715528. OLE color: 16715528.
HSL color Cylindrical-coordinate representation of color #080FFF: hue angle of 238.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080FFF is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 15 | 255 | - |
| CMYK | 0.97 | 0.94 | 0 | 0 |
| HSL | 238.3º | 1% | 0.52% | - |
| HSV(B) | 238.3º | 0.97% | 1% | - |
| XYZ | 18.32 | 7.61 | 95.11 | - |
| YUV | 40.27 | 249.18 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 255 | 0.97 | 0.94 | 0 | 0 | 238.3 | 1 | 0.52 |
| Hex | 8 | F | FF | 61 | 5E | 0 | 0 | EE | 64 | 34 |
| Octal | 10 | 17 | 377 | 141 | 136 | 0 | 0 | 356 | 144 | 64 |
| Binary | 1000 | 1111 | 11111111 | 1100001 | 1011110 | 0 | 0 | 11101110 | 1100100 | 110100 |
Color Harmonies of #080FFF
Complementary color
Monochromatic Colors of #080FFF
Black with #080FFF
Text Example
Text Example
White with #080FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FFF; }
p { color: rgb(8,15,255); }
H1.HeaderClassName
{
color: #080FFF;
}
.AnyTagClassName
{
color: #080FFF;
}
</style>
background-color css
<style>
a { background-color: #080FFF; }
a { background-color: rgb(8,15,255); }
div.DivClassName
{
background-color: #080FFF;
}
.BgClassName
{
background-color: #080FFF;
}
</style>
border-color css
<style>
span { border-color: #080FFF; }
span { border-color: rgb(8,15,255); }
td.TdClassName
{
border-color: #080FFF;
}
.TagClassName
{
border-color: #080FFF;
}
</style>