Shades of Denim #084DC5
Tints of Denim #084DC5
RGB
CMYK
RGB Variations
Color information
#084DC5 (or 0x084DC5) is known color: Denim. HEX triplet: 08, 4D and C5. RGB value is (8,77,197). Sum of RGB (Red+Green+Blue) = 8+77+197=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 197 (77.34% from 255 or 69.86% from 282); Max value from RGB is 197 - color contains mainly: blue. Hex color #084DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DC5 is #F7B23A. Grayscale: #454545. Windows color (decimal): -16233019 or 12930312. OLE color: 12930312.
HSL color Cylindrical-coordinate representation of color #084DC5: hue angle of 218.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DC5 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 77 | 197 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.23 |
| HSL | 218.1º | 0.92% | 0.4% | - |
| HSV(B) | 218.1º | 0.96% | 0.77% | - |
| XYZ | 12.83 | 9.39 | 53.96 | - |
| YUV | 70.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 197 | 0.96 | 0.61 | 0 | 0.23 | 218.1 | 0.92 | 0.4 |
| Hex | 8 | 4D | C5 | 60 | 3D | 0 | 17 | DA | 5C | 28 |
| Octal | 10 | 115 | 305 | 140 | 75 | 0 | 27 | 332 | 134 | 50 |
| Binary | 1000 | 1001101 | 11000101 | 1100000 | 111101 | 0 | 10111 | 11011010 | 1011100 | 101000 |
Color Harmonies of #084DC5
Complementary color
Monochromatic Colors of #084DC5
Black with #084DC5
Text Example
Text Example
White with #084DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DC5; }
p { color: rgb(8,77,197); }
H1.HeaderClassName
{
color: #084DC5;
}
.AnyTagClassName
{
color: #084DC5;
}
</style>
background-color css
<style>
a { background-color: #084DC5; }
a { background-color: rgb(8,77,197); }
div.DivClassName
{
background-color: #084DC5;
}
.BgClassName
{
background-color: #084DC5;
}
</style>
border-color css
<style>
span { border-color: #084DC5; }
span { border-color: rgb(8,77,197); }
td.TdClassName
{
border-color: #084DC5;
}
.TagClassName
{
border-color: #084DC5;
}
</style>