Shades of Denim #085CC2
Tints of Denim #085CC2
RGB
CMYK
RGB Variations
Color information
#085CC2 (or 0x085CC2) is known color: Denim. HEX triplet: 08, 5C and C2. RGB value is (8,92,194). Sum of RGB (Red+Green+Blue) = 8+92+194=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #085CC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC2 is #F7A33D. Grayscale: #4E4E4E. Windows color (decimal): -16229182 or 12737544. OLE color: 12737544.
HSL color Cylindrical-coordinate representation of color #085CC2: hue angle of 212.9º 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 #085CC2 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 92 | 194 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.24 |
| HSL | 212.9º | 0.92% | 0.4% | - |
| HSV(B) | 212.9º | 0.96% | 0.76% | - |
| XYZ | 13.66 | 11.6 | 52.56 | - |
| YUV | 78.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 194 | 0.96 | 0.53 | 0 | 0.24 | 212.9 | 0.92 | 0.4 |
| Hex | 8 | 5C | C2 | 60 | 35 | 0 | 18 | D5 | 5C | 28 |
| Octal | 10 | 134 | 302 | 140 | 65 | 0 | 30 | 325 | 134 | 50 |
| Binary | 1000 | 1011100 | 11000010 | 1100000 | 110101 | 0 | 11000 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085CC2
Complementary color
Monochromatic Colors of #085CC2
Black with #085CC2
Text Example
Text Example
White with #085CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CC2; }
p { color: rgb(8,92,194); }
H1.HeaderClassName
{
color: #085CC2;
}
.AnyTagClassName
{
color: #085CC2;
}
</style>
background-color css
<style>
a { background-color: #085CC2; }
a { background-color: rgb(8,92,194); }
div.DivClassName
{
background-color: #085CC2;
}
.BgClassName
{
background-color: #085CC2;
}
</style>
border-color css
<style>
span { border-color: #085CC2; }
span { border-color: rgb(8,92,194); }
td.TdClassName
{
border-color: #085CC2;
}
.TagClassName
{
border-color: #085CC2;
}
</style>