Shades of Blue #081EFF
Tints of Blue #081EFF
RGB
CMYK
RGB Variations
Color information
#081EFF (or 0x081EFF) is known color: Blue. HEX triplet: 08, 1E and FF. RGB value is (8,30,255). Sum of RGB (Red+Green+Blue) = 8+30+255=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 255 (100% from 255 or 87.03% from 293); Max value from RGB is 255 - color contains mainly: blue. Hex color #081EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081EFF is #F7E100. Grayscale: #303030. Windows color (decimal): -16244993 or 16719368. OLE color: 16719368.
HSL color Cylindrical-coordinate representation of color #081EFF: hue angle of 234.66º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081EFF is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 30 | 255 | - |
| CMYK | 0.97 | 0.88 | 0 | 0 |
| HSL | 234.66º | 1% | 0.52% | - |
| HSV(B) | 234.66º | 0.97% | 1% | - |
| XYZ | 18.61 | 8.2 | 95.21 | - |
| YUV | 49.07 | 244.21 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 255 | 0.97 | 0.88 | 0 | 0 | 234.66 | 1 | 0.52 |
| Hex | 8 | 1E | FF | 61 | 58 | 0 | 0 | EB | 64 | 34 |
| Octal | 10 | 36 | 377 | 141 | 130 | 0 | 0 | 353 | 144 | 64 |
| Binary | 1000 | 11110 | 11111111 | 1100001 | 1011000 | 0 | 0 | 11101011 | 1100100 | 110100 |
Color Harmonies of #081EFF
Complementary color
Monochromatic Colors of #081EFF
Black with #081EFF
Text Example
Text Example
White with #081EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081EFF; }
p { color: rgb(8,30,255); }
H1.HeaderClassName
{
color: #081EFF;
}
.AnyTagClassName
{
color: #081EFF;
}
</style>
background-color css
<style>
a { background-color: #081EFF; }
a { background-color: rgb(8,30,255); }
div.DivClassName
{
background-color: #081EFF;
}
.BgClassName
{
background-color: #081EFF;
}
</style>
border-color css
<style>
span { border-color: #081EFF; }
span { border-color: rgb(8,30,255); }
td.TdClassName
{
border-color: #081EFF;
}
.TagClassName
{
border-color: #081EFF;
}
</style>