Shades of Denim #085CC3
Tints of Denim #085CC3
RGB
CMYK
RGB Variations
Color information
#085CC3 (or 0x085CC3) is known color: Denim. HEX triplet: 08, 5C and C3. RGB value is (8,92,195). Sum of RGB (Red+Green+Blue) = 8+92+195=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #085CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CC3 is #F7A33C. Grayscale: #4E4E4E. Windows color (decimal): -16229181 or 12803080. OLE color: 12803080.
HSL color Cylindrical-coordinate representation of color #085CC3: hue angle of 213.05º 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 #085CC3 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 92 | 195 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.24 |
| HSL | 213.05º | 0.92% | 0.4% | - |
| HSV(B) | 213.05º | 0.96% | 0.76% | - |
| XYZ | 13.78 | 11.65 | 53.15 | - |
| YUV | 78.63 | 193.67 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 195 | 0.96 | 0.53 | 0 | 0.24 | 213.05 | 0.92 | 0.4 |
| Hex | 8 | 5C | C3 | 60 | 35 | 0 | 18 | D5 | 5C | 28 |
| Octal | 10 | 134 | 303 | 140 | 65 | 0 | 30 | 325 | 134 | 50 |
| Binary | 1000 | 1011100 | 11000011 | 1100000 | 110101 | 0 | 11000 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085CC3
Complementary color
Monochromatic Colors of #085CC3
Black with #085CC3
Text Example
Text Example
White with #085CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CC3; }
p { color: rgb(8,92,195); }
H1.HeaderClassName
{
color: #085CC3;
}
.AnyTagClassName
{
color: #085CC3;
}
</style>
background-color css
<style>
a { background-color: #085CC3; }
a { background-color: rgb(8,92,195); }
div.DivClassName
{
background-color: #085CC3;
}
.BgClassName
{
background-color: #085CC3;
}
</style>
border-color css
<style>
span { border-color: #085CC3; }
span { border-color: rgb(8,92,195); }
td.TdClassName
{
border-color: #085CC3;
}
.TagClassName
{
border-color: #085CC3;
}
</style>