Shades of Blue #081DF5
Tints of Blue #081DF5
RGB
CMYK
RGB Variations
Color information
#081DF5 (or 0x081DF5) is known color: Blue. HEX triplet: 08, 1D and F5. RGB value is (8,29,245). Sum of RGB (Red+Green+Blue) = 8+29+245=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 245 (96.09% from 255 or 86.88% from 282); Max value from RGB is 245 - color contains mainly: blue. Hex color #081DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #081DF5 is #F7E20A. Grayscale: #2E2E2E. Windows color (decimal): -16245259 or 16063752. OLE color: 16063752.
HSL color Cylindrical-coordinate representation of color #081DF5: hue angle of 234.68º 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 #081DF5 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 29 | 245 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.04 |
| HSL | 234.68º | 0.94% | 0.5% | - |
| HSV(B) | 234.68º | 0.97% | 0.96% | - |
| XYZ | 17.02 | 7.52 | 86.94 | - |
| YUV | 47.35 | 239.54 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 245 | 0.97 | 0.88 | 0 | 0.04 | 234.68 | 0.94 | 0.5 |
| Hex | 8 | 1D | F5 | 61 | 58 | 0 | 4 | EB | 5E | 32 |
| Octal | 10 | 35 | 365 | 141 | 130 | 0 | 4 | 353 | 136 | 62 |
| Binary | 1000 | 11101 | 11110101 | 1100001 | 1011000 | 0 | 100 | 11101011 | 1011110 | 110010 |
Color Harmonies of #081DF5
Complementary color
Monochromatic Colors of #081DF5
Black with #081DF5
Text Example
Text Example
White with #081DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081DF5; }
p { color: rgb(8,29,245); }
H1.HeaderClassName
{
color: #081DF5;
}
.AnyTagClassName
{
color: #081DF5;
}
</style>
background-color css
<style>
a { background-color: #081DF5; }
a { background-color: rgb(8,29,245); }
div.DivClassName
{
background-color: #081DF5;
}
.BgClassName
{
background-color: #081DF5;
}
</style>
border-color css
<style>
span { border-color: #081DF5; }
span { border-color: rgb(8,29,245); }
td.TdClassName
{
border-color: #081DF5;
}
.TagClassName
{
border-color: #081DF5;
}
</style>