Shades of Blue #081AFF
Tints of Blue #081AFF
RGB
CMYK
RGB Variations
Color information
#081AFF (or 0x081AFF) is known color: Blue. HEX triplet: 08, 1A and FF. RGB value is (8,26,255). Sum of RGB (Red+Green+Blue) = 8+26+255=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #081AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081AFF is #F7E500. Grayscale: #2D2D2D. Windows color (decimal): -16246017 or 16718344. OLE color: 16718344.
HSL color Cylindrical-coordinate representation of color #081AFF: hue angle of 235.63º 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 #081AFF is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 26 | 255 | - |
| CMYK | 0.97 | 0.90 | 0 | 0 |
| HSL | 235.63º | 1% | 0.52% | - |
| HSV(B) | 235.63º | 0.97% | 1% | - |
| XYZ | 18.52 | 8.01 | 95.18 | - |
| YUV | 46.72 | 245.54 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 255 | 0.97 | 0.90 | 0 | 0 | 235.63 | 1 | 0.52 |
| Hex | 8 | 1A | FF | 61 | 5A | 0 | 0 | EC | 64 | 34 |
| Octal | 10 | 32 | 377 | 141 | 132 | 0 | 0 | 354 | 144 | 64 |
| Binary | 1000 | 11010 | 11111111 | 1100001 | 1011010 | 0 | 0 | 11101100 | 1100100 | 110100 |
Color Harmonies of #081AFF
Complementary color
Monochromatic Colors of #081AFF
Black with #081AFF
Text Example
Text Example
White with #081AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081AFF; }
p { color: rgb(8,26,255); }
H1.HeaderClassName
{
color: #081AFF;
}
.AnyTagClassName
{
color: #081AFF;
}
</style>
background-color css
<style>
a { background-color: #081AFF; }
a { background-color: rgb(8,26,255); }
div.DivClassName
{
background-color: #081AFF;
}
.BgClassName
{
background-color: #081AFF;
}
</style>
border-color css
<style>
span { border-color: #081AFF; }
span { border-color: rgb(8,26,255); }
td.TdClassName
{
border-color: #081AFF;
}
.TagClassName
{
border-color: #081AFF;
}
</style>