Shades of Blue #080BF1
Tints of Blue #080BF1
RGB
CMYK
RGB Variations
Color information
#080BF1 (or 0x080BF1) is known color: Blue. HEX triplet: 08, 0B and F1. RGB value is (8,11,241). Sum of RGB (Red+Green+Blue) = 8+11+241=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 241 (94.53% from 255 or 92.69% from 260); Max value from RGB is 241 - color contains mainly: blue. Hex color #080BF1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BF1 is #F7F40E. Grayscale: #232323. Windows color (decimal): -16249871 or 15797000. OLE color: 15797000.
HSL color Cylindrical-coordinate representation of color #080BF1: hue angle of 239.23º 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 #080BF1 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 11 | 241 | - |
| CMYK | 0.97 | 0.95 | 0 | 0.05 |
| HSL | 239.23º | 0.94% | 0.49% | - |
| HSV(B) | 239.23º | 0.97% | 0.95% | - |
| XYZ | 16.1 | 6.64 | 83.65 | - |
| YUV | 36.32 | 243.51 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 241 | 0.97 | 0.95 | 0 | 0.05 | 239.23 | 0.94 | 0.49 |
| Hex | 8 | B | F1 | 61 | 5F | 0 | 5 | EF | 5E | 31 |
| Octal | 10 | 13 | 361 | 141 | 137 | 0 | 5 | 357 | 136 | 61 |
| Binary | 1000 | 1011 | 11110001 | 1100001 | 1011111 | 0 | 101 | 11101111 | 1011110 | 110001 |
Color Harmonies of #080BF1
Complementary color
Monochromatic Colors of #080BF1
Black with #080BF1
Text Example
Text Example
White with #080BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BF1; }
p { color: rgb(8,11,241); }
H1.HeaderClassName
{
color: #080BF1;
}
.AnyTagClassName
{
color: #080BF1;
}
</style>
background-color css
<style>
a { background-color: #080BF1; }
a { background-color: rgb(8,11,241); }
div.DivClassName
{
background-color: #080BF1;
}
.BgClassName
{
background-color: #080BF1;
}
</style>
border-color css
<style>
span { border-color: #080BF1; }
span { border-color: rgb(8,11,241); }
td.TdClassName
{
border-color: #080BF1;
}
.TagClassName
{
border-color: #080BF1;
}
</style>