Shades of Blue #080FF1
Tints of Blue #080FF1
RGB
CMYK
RGB Variations
Color information
#080FF1 (or 0x080FF1) is known color: Blue. HEX triplet: 08, 0F and F1. RGB value is (8,15,241). Sum of RGB (Red+Green+Blue) = 8+15+241=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 241 (94.53% from 255 or 91.29% from 264); Max value from RGB is 241 - color contains mainly: blue. Hex color #080FF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080FF1 is #F7F00E. Grayscale: #252525. Windows color (decimal): -16248847 or 15798024. OLE color: 15798024.
HSL color Cylindrical-coordinate representation of color #080FF1: hue angle of 238.2º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080FF1 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 15 | 241 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.05 |
| HSL | 238.2º | 0.94% | 0.49% | - |
| HSV(B) | 238.2º | 0.97% | 0.95% | - |
| XYZ | 16.15 | 6.74 | 83.67 | - |
| YUV | 38.67 | 242.18 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 241 | 0.97 | 0.94 | 0 | 0.05 | 238.2 | 0.94 | 0.49 |
| Hex | 8 | F | F1 | 61 | 5E | 0 | 5 | EE | 5E | 31 |
| Octal | 10 | 17 | 361 | 141 | 136 | 0 | 5 | 356 | 136 | 61 |
| Binary | 1000 | 1111 | 11110001 | 1100001 | 1011110 | 0 | 101 | 11101110 | 1011110 | 110001 |
Color Harmonies of #080FF1
Complementary color
Monochromatic Colors of #080FF1
Black with #080FF1
Text Example
Text Example
White with #080FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080FF1; }
p { color: rgb(8,15,241); }
H1.HeaderClassName
{
color: #080FF1;
}
.AnyTagClassName
{
color: #080FF1;
}
</style>
background-color css
<style>
a { background-color: #080FF1; }
a { background-color: rgb(8,15,241); }
div.DivClassName
{
background-color: #080FF1;
}
.BgClassName
{
background-color: #080FF1;
}
</style>
border-color css
<style>
span { border-color: #080FF1; }
span { border-color: rgb(8,15,241); }
td.TdClassName
{
border-color: #080FF1;
}
.TagClassName
{
border-color: #080FF1;
}
</style>