Shades of Blue #080BFB
Tints of Blue #080BFB
RGB
CMYK
RGB Variations
Color information
#080BFB (or 0x080BFB) is known color: Blue. HEX triplet: 08, 0B and FB. RGB value is (8,11,251). Sum of RGB (Red+Green+Blue) = 8+11+251=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 251 (98.44% from 255 or 92.96% from 270); Max value from RGB is 251 - color contains mainly: blue. Hex color #080BFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BFB is #F7F404. Grayscale: #242424. Windows color (decimal): -16249861 or 16452360. OLE color: 16452360.
HSL color Cylindrical-coordinate representation of color #080BFB: hue angle of 239.26º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080BFB is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 11 | 251 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.02 |
| HSL | 239.26º | 0.97% | 0.51% | - |
| HSV(B) | 239.26º | 0.97% | 0.98% | - |
| XYZ | 17.63 | 7.26 | 91.74 | - |
| YUV | 37.46 | 248.51 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 251 | 0.97 | 0.96 | 0 | 0.02 | 239.26 | 0.97 | 0.51 |
| Hex | 8 | B | FB | 61 | 60 | 0 | 2 | EF | 61 | 33 |
| Octal | 10 | 13 | 373 | 141 | 140 | 0 | 2 | 357 | 141 | 63 |
| Binary | 1000 | 1011 | 11111011 | 1100001 | 1100000 | 0 | 10 | 11101111 | 1100001 | 110011 |
Color Harmonies of #080BFB
Complementary color
Monochromatic Colors of #080BFB
Black with #080BFB
Text Example
Text Example
White with #080BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BFB; }
p { color: rgb(8,11,251); }
H1.HeaderClassName
{
color: #080BFB;
}
.AnyTagClassName
{
color: #080BFB;
}
</style>
background-color css
<style>
a { background-color: #080BFB; }
a { background-color: rgb(8,11,251); }
div.DivClassName
{
background-color: #080BFB;
}
.BgClassName
{
background-color: #080BFB;
}
</style>
border-color css
<style>
span { border-color: #080BFB; }
span { border-color: rgb(8,11,251); }
td.TdClassName
{
border-color: #080BFB;
}
.TagClassName
{
border-color: #080BFB;
}
</style>