Shades of Denim #085EB8
Tints of Denim #085EB8
RGB
CMYK
RGB Variations
Color information
#085EB8 (or 0x085EB8) is known color: Denim. HEX triplet: 08, 5E and B8. RGB value is (8,94,184). Sum of RGB (Red+Green+Blue) = 8+94+184=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #085EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EB8 is #F7A147. Grayscale: #4E4E4E. Windows color (decimal): -16228680 or 12082696. OLE color: 12082696.
HSL color Cylindrical-coordinate representation of color #085EB8: hue angle of 210.68º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EB8 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 94 | 184 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.28 |
| HSL | 210.68º | 0.92% | 0.38% | - |
| HSV(B) | 210.68º | 0.96% | 0.72% | - |
| XYZ | 12.75 | 11.52 | 46.9 | - |
| YUV | 78.55 | 187.51 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 184 | 0.96 | 0.49 | 0 | 0.28 | 210.68 | 0.92 | 0.38 |
| Hex | 8 | 5E | B8 | 60 | 31 | 0 | 1C | D3 | 5C | 26 |
| Octal | 10 | 136 | 270 | 140 | 61 | 0 | 34 | 323 | 134 | 46 |
| Binary | 1000 | 1011110 | 10111000 | 1100000 | 110001 | 0 | 11100 | 11010011 | 1011100 | 100110 |
Color Harmonies of #085EB8
Complementary color
Monochromatic Colors of #085EB8
Black with #085EB8
Text Example
Text Example
White with #085EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EB8; }
p { color: rgb(8,94,184); }
H1.HeaderClassName
{
color: #085EB8;
}
.AnyTagClassName
{
color: #085EB8;
}
</style>
background-color css
<style>
a { background-color: #085EB8; }
a { background-color: rgb(8,94,184); }
div.DivClassName
{
background-color: #085EB8;
}
.BgClassName
{
background-color: #085EB8;
}
</style>
border-color css
<style>
span { border-color: #085EB8; }
span { border-color: rgb(8,94,184); }
td.TdClassName
{
border-color: #085EB8;
}
.TagClassName
{
border-color: #085EB8;
}
</style>