Shades of Blue #080BFC
Tints of Blue #080BFC
RGB
CMYK
RGB Variations
Color information
#080BFC (or 0x080BFC) is known color: Blue. HEX triplet: 08, 0B and FC. RGB value is (8,11,252). Sum of RGB (Red+Green+Blue) = 8+11+252=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 252 (98.83% from 255 or 92.99% from 271); Max value from RGB is 252 - color contains mainly: blue. Hex color #080BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #080BFC is #F7F403. Grayscale: #242424. Windows color (decimal): -16249860 or 16517896. OLE color: 16517896.
HSL color Cylindrical-coordinate representation of color #080BFC: hue angle of 239.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080BFC is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 11 | 252 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.01 |
| HSL | 239.26º | 0.98% | 0.51% | - |
| HSV(B) | 239.26º | 0.97% | 0.99% | - |
| XYZ | 17.79 | 7.32 | 92.57 | - |
| YUV | 37.58 | 249.01 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 252 | 0.97 | 0.96 | 0 | 0.01 | 239.26 | 0.98 | 0.51 |
| Hex | 8 | B | FC | 61 | 60 | 0 | 1 | EF | 62 | 33 |
| Octal | 10 | 13 | 374 | 141 | 140 | 0 | 1 | 357 | 142 | 63 |
| Binary | 1000 | 1011 | 11111100 | 1100001 | 1100000 | 0 | 1 | 11101111 | 1100010 | 110011 |
Color Harmonies of #080BFC
Complementary color
Monochromatic Colors of #080BFC
Black with #080BFC
Text Example
Text Example
White with #080BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080BFC; }
p { color: rgb(8,11,252); }
H1.HeaderClassName
{
color: #080BFC;
}
.AnyTagClassName
{
color: #080BFC;
}
</style>
background-color css
<style>
a { background-color: #080BFC; }
a { background-color: rgb(8,11,252); }
div.DivClassName
{
background-color: #080BFC;
}
.BgClassName
{
background-color: #080BFC;
}
</style>
border-color css
<style>
span { border-color: #080BFC; }
span { border-color: rgb(8,11,252); }
td.TdClassName
{
border-color: #080BFC;
}
.TagClassName
{
border-color: #080BFC;
}
</style>