Shades of Blue #081DF6
Tints of Blue #081DF6
RGB
CMYK
RGB Variations
Color information
#081DF6 (or 0x081DF6) is known color: Blue. HEX triplet: 08, 1D and F6. RGB value is (8,29,246). Sum of RGB (Red+Green+Blue) = 8+29+246=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 246 (96.48% from 255 or 86.93% from 283); Max value from RGB is 246 - color contains mainly: blue. Hex color #081DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081DF6 is #F7E209. Grayscale: #2E2E2E. Windows color (decimal): -16245258 or 16129288. OLE color: 16129288.
HSL color Cylindrical-coordinate representation of color #081DF6: hue angle of 234.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #081DF6 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 29 | 246 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.04 |
| HSL | 234.71º | 0.94% | 0.5% | - |
| HSV(B) | 234.71º | 0.97% | 0.96% | - |
| XYZ | 17.17 | 7.58 | 87.75 | - |
| YUV | 47.46 | 240.04 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 246 | 0.97 | 0.88 | 0 | 0.04 | 234.71 | 0.94 | 0.5 |
| Hex | 8 | 1D | F6 | 61 | 58 | 0 | 4 | EB | 5E | 32 |
| Octal | 10 | 35 | 366 | 141 | 130 | 0 | 4 | 353 | 136 | 62 |
| Binary | 1000 | 11101 | 11110110 | 1100001 | 1011000 | 0 | 100 | 11101011 | 1011110 | 110010 |
Color Harmonies of #081DF6
Complementary color
Monochromatic Colors of #081DF6
Black with #081DF6
Text Example
Text Example
White with #081DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DF6; }
p { color: rgb(8,29,246); }
H1.HeaderClassName
{
color: #081DF6;
}
.AnyTagClassName
{
color: #081DF6;
}
</style>
background-color css
<style>
a { background-color: #081DF6; }
a { background-color: rgb(8,29,246); }
div.DivClassName
{
background-color: #081DF6;
}
.BgClassName
{
background-color: #081DF6;
}
</style>
border-color css
<style>
span { border-color: #081DF6; }
span { border-color: rgb(8,29,246); }
td.TdClassName
{
border-color: #081DF6;
}
.TagClassName
{
border-color: #081DF6;
}
</style>