Shades of Denim #084EC7
Tints of Denim #084EC7
RGB
CMYK
RGB Variations
Color information
#084EC7 (or 0x084EC7) is known color: Denim. HEX triplet: 08, 4E and C7. RGB value is (8,78,199). Sum of RGB (Red+Green+Blue) = 8+78+199=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 199 (78.12% from 255 or 69.82% from 285); Max value from RGB is 199 - color contains mainly: blue. Hex color #084EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EC7 is #F7B138. Grayscale: #464646. Windows color (decimal): -16232761 or 13061640. OLE color: 13061640.
HSL color Cylindrical-coordinate representation of color #084EC7: hue angle of 218.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084EC7 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 78 | 199 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.22 |
| HSL | 218.01º | 0.92% | 0.41% | - |
| HSV(B) | 218.01º | 0.96% | 0.78% | - |
| XYZ | 13.13 | 9.62 | 55.2 | - |
| YUV | 70.86 | 200.31 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 199 | 0.96 | 0.61 | 0 | 0.22 | 218.01 | 0.92 | 0.41 |
| Hex | 8 | 4E | C7 | 60 | 3D | 0 | 16 | DA | 5C | 29 |
| Octal | 10 | 116 | 307 | 140 | 75 | 0 | 26 | 332 | 134 | 51 |
| Binary | 1000 | 1001110 | 11000111 | 1100000 | 111101 | 0 | 10110 | 11011010 | 1011100 | 101001 |
Color Harmonies of #084EC7
Complementary color
Monochromatic Colors of #084EC7
Black with #084EC7
Text Example
Text Example
White with #084EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EC7; }
p { color: rgb(8,78,199); }
H1.HeaderClassName
{
color: #084EC7;
}
.AnyTagClassName
{
color: #084EC7;
}
</style>
background-color css
<style>
a { background-color: #084EC7; }
a { background-color: rgb(8,78,199); }
div.DivClassName
{
background-color: #084EC7;
}
.BgClassName
{
background-color: #084EC7;
}
</style>
border-color css
<style>
span { border-color: #084EC7; }
span { border-color: rgb(8,78,199); }
td.TdClassName
{
border-color: #084EC7;
}
.TagClassName
{
border-color: #084EC7;
}
</style>