Shades of Denim #085EC2
Tints of Denim #085EC2
RGB
CMYK
RGB Variations
Color information
#085EC2 (or 0x085EC2) is known color: Denim. HEX triplet: 08, 5E and C2. RGB value is (8,94,194). Sum of RGB (Red+Green+Blue) = 8+94+194=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 194 (76.17% from 255 or 65.54% from 296); Max value from RGB is 194 - color contains mainly: blue. Hex color #085EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085EC2 is #F7A13D. Grayscale: #4F4F4F. Windows color (decimal): -16228670 or 12738056. OLE color: 12738056.
HSL color Cylindrical-coordinate representation of color #085EC2: hue angle of 212.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085EC2 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 94 | 194 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.24 |
| HSL | 212.26º | 0.92% | 0.4% | - |
| HSV(B) | 212.26º | 0.96% | 0.76% | - |
| XYZ | 13.84 | 11.95 | 52.62 | - |
| YUV | 79.69 | 192.51 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 194 | 0.96 | 0.52 | 0 | 0.24 | 212.26 | 0.92 | 0.4 |
| Hex | 8 | 5E | C2 | 60 | 34 | 0 | 18 | D4 | 5C | 28 |
| Octal | 10 | 136 | 302 | 140 | 64 | 0 | 30 | 324 | 134 | 50 |
| Binary | 1000 | 1011110 | 11000010 | 1100000 | 110100 | 0 | 11000 | 11010100 | 1011100 | 101000 |
Color Harmonies of #085EC2
Complementary color
Monochromatic Colors of #085EC2
Black with #085EC2
Text Example
Text Example
White with #085EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085EC2; }
p { color: rgb(8,94,194); }
H1.HeaderClassName
{
color: #085EC2;
}
.AnyTagClassName
{
color: #085EC2;
}
</style>
background-color css
<style>
a { background-color: #085EC2; }
a { background-color: rgb(8,94,194); }
div.DivClassName
{
background-color: #085EC2;
}
.BgClassName
{
background-color: #085EC2;
}
</style>
border-color css
<style>
span { border-color: #085EC2; }
span { border-color: rgb(8,94,194); }
td.TdClassName
{
border-color: #085EC2;
}
.TagClassName
{
border-color: #085EC2;
}
</style>