Shades of Blue #081CFF
Tints of Blue #081CFF
RGB
CMYK
RGB Variations
Color information
#081CFF (or 0x081CFF) is known color: Blue. HEX triplet: 08, 1C and FF. RGB value is (8,28,255). Sum of RGB (Red+Green+Blue) = 8+28+255=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 255 (100% from 255 or 87.63% from 291); Max value from RGB is 255 - color contains mainly: blue. Hex color #081CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081CFF is #F7E300. Grayscale: #2E2E2E. Windows color (decimal): -16245505 or 16718856. OLE color: 16718856.
HSL color Cylindrical-coordinate representation of color #081CFF: hue angle of 235.14º 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 #081CFF is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 28 | 255 | - |
| CMYK | 0.97 | 0.89 | 0 | 0 |
| HSL | 235.14º | 1% | 0.52% | - |
| HSV(B) | 235.14º | 0.97% | 1% | - |
| XYZ | 18.57 | 8.1 | 95.19 | - |
| YUV | 47.9 | 244.87 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 255 | 0.97 | 0.89 | 0 | 0 | 235.14 | 1 | 0.52 |
| Hex | 8 | 1C | FF | 61 | 59 | 0 | 0 | EB | 64 | 34 |
| Octal | 10 | 34 | 377 | 141 | 131 | 0 | 0 | 353 | 144 | 64 |
| Binary | 1000 | 11100 | 11111111 | 1100001 | 1011001 | 0 | 0 | 11101011 | 1100100 | 110100 |
Color Harmonies of #081CFF
Complementary color
Monochromatic Colors of #081CFF
Black with #081CFF
Text Example
Text Example
White with #081CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081CFF; }
p { color: rgb(8,28,255); }
H1.HeaderClassName
{
color: #081CFF;
}
.AnyTagClassName
{
color: #081CFF;
}
</style>
background-color css
<style>
a { background-color: #081CFF; }
a { background-color: rgb(8,28,255); }
div.DivClassName
{
background-color: #081CFF;
}
.BgClassName
{
background-color: #081CFF;
}
</style>
border-color css
<style>
span { border-color: #081CFF; }
span { border-color: rgb(8,28,255); }
td.TdClassName
{
border-color: #081CFF;
}
.TagClassName
{
border-color: #081CFF;
}
</style>