Shades of Denim #085DB8
Tints of Denim #085DB8
RGB
CMYK
RGB Variations
Color information
#085DB8 (or 0x085DB8) is known color: Denim. HEX triplet: 08, 5D and B8. RGB value is (8,93,184). Sum of RGB (Red+Green+Blue) = 8+93+184=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #085DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DB8 is #F7A247. Grayscale: #4D4D4D. Windows color (decimal): -16228936 or 12082440. OLE color: 12082440.
HSL color Cylindrical-coordinate representation of color #085DB8: hue angle of 211.02º 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 #085DB8 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 93 | 184 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.28 |
| HSL | 211.02º | 0.92% | 0.38% | - |
| HSV(B) | 211.02º | 0.96% | 0.72% | - |
| XYZ | 12.67 | 11.34 | 46.87 | - |
| YUV | 77.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 184 | 0.96 | 0.49 | 0 | 0.28 | 211.02 | 0.92 | 0.38 |
| Hex | 8 | 5D | B8 | 60 | 31 | 0 | 1C | D3 | 5C | 26 |
| Octal | 10 | 135 | 270 | 140 | 61 | 0 | 34 | 323 | 134 | 46 |
| Binary | 1000 | 1011101 | 10111000 | 1100000 | 110001 | 0 | 11100 | 11010011 | 1011100 | 100110 |
Color Harmonies of #085DB8
Complementary color
Monochromatic Colors of #085DB8
Black with #085DB8
Text Example
Text Example
White with #085DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DB8; }
p { color: rgb(8,93,184); }
H1.HeaderClassName
{
color: #085DB8;
}
.AnyTagClassName
{
color: #085DB8;
}
</style>
background-color css
<style>
a { background-color: #085DB8; }
a { background-color: rgb(8,93,184); }
div.DivClassName
{
background-color: #085DB8;
}
.BgClassName
{
background-color: #085DB8;
}
</style>
border-color css
<style>
span { border-color: #085DB8; }
span { border-color: rgb(8,93,184); }
td.TdClassName
{
border-color: #085DB8;
}
.TagClassName
{
border-color: #085DB8;
}
</style>