Shades of Blue #081BFE
Tints of Blue #081BFE
RGB
CMYK
RGB Variations
Color information
#081BFE (or 0x081BFE) is known color: Blue. HEX triplet: 08, 1B and FE. RGB value is (8,27,254). Sum of RGB (Red+Green+Blue) = 8+27+254=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #081BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081BFE is #F7E401. Grayscale: #2E2E2E. Windows color (decimal): -16245762 or 16653064. OLE color: 16653064.
HSL color Cylindrical-coordinate representation of color #081BFE: hue angle of 235.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081BFE is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 27 | 254 | - |
| CMYK | 0.97 | 0.89 | 0 | 0.00 |
| HSL | 235.37º | 0.99% | 0.51% | - |
| HSV(B) | 235.37º | 0.97% | 1% | - |
| XYZ | 18.38 | 7.99 | 94.34 | - |
| YUV | 47.2 | 244.71 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 254 | 0.97 | 0.89 | 0 | 0.00 | 235.37 | 0.99 | 0.51 |
| Hex | 8 | 1B | FE | 61 | 59 | 0 | 0 | EB | 63 | 33 |
| Octal | 10 | 33 | 376 | 141 | 131 | 0 | 0 | 353 | 143 | 63 |
| Binary | 1000 | 11011 | 11111110 | 1100001 | 1011001 | 0 | 0 | 11101011 | 1100011 | 110011 |
Color Harmonies of #081BFE
Complementary color
Monochromatic Colors of #081BFE
Black with #081BFE
Text Example
Text Example
White with #081BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081BFE; }
p { color: rgb(8,27,254); }
H1.HeaderClassName
{
color: #081BFE;
}
.AnyTagClassName
{
color: #081BFE;
}
</style>
background-color css
<style>
a { background-color: #081BFE; }
a { background-color: rgb(8,27,254); }
div.DivClassName
{
background-color: #081BFE;
}
.BgClassName
{
background-color: #081BFE;
}
</style>
border-color css
<style>
span { border-color: #081BFE; }
span { border-color: rgb(8,27,254); }
td.TdClassName
{
border-color: #081BFE;
}
.TagClassName
{
border-color: #081BFE;
}
</style>