Shades of Denim #084EC2
Tints of Denim #084EC2
RGB
CMYK
RGB Variations
Color information
#084EC2 (or 0x084EC2) is known color: Denim. HEX triplet: 08, 4E and C2. RGB value is (8,78,194). Sum of RGB (Red+Green+Blue) = 8+78+194=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #084EC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084EC2 is #F7B13D. Grayscale: #454545. Windows color (decimal): -16232766 or 12733960. OLE color: 12733960.
HSL color Cylindrical-coordinate representation of color #084EC2: hue angle of 217.42º 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 #084EC2 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 78 | 194 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.24 |
| HSL | 217.42º | 0.92% | 0.4% | - |
| HSV(B) | 217.42º | 0.96% | 0.76% | - |
| XYZ | 12.56 | 9.4 | 52.19 | - |
| YUV | 70.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 194 | 0.96 | 0.60 | 0 | 0.24 | 217.42 | 0.92 | 0.4 |
| Hex | 8 | 4E | C2 | 60 | 3C | 0 | 18 | D9 | 5C | 28 |
| Octal | 10 | 116 | 302 | 140 | 74 | 0 | 30 | 331 | 134 | 50 |
| Binary | 1000 | 1001110 | 11000010 | 1100000 | 111100 | 0 | 11000 | 11011001 | 1011100 | 101000 |
Color Harmonies of #084EC2
Complementary color
Monochromatic Colors of #084EC2
Black with #084EC2
Text Example
Text Example
White with #084EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084EC2; }
p { color: rgb(8,78,194); }
H1.HeaderClassName
{
color: #084EC2;
}
.AnyTagClassName
{
color: #084EC2;
}
</style>
background-color css
<style>
a { background-color: #084EC2; }
a { background-color: rgb(8,78,194); }
div.DivClassName
{
background-color: #084EC2;
}
.BgClassName
{
background-color: #084EC2;
}
</style>
border-color css
<style>
span { border-color: #084EC2; }
span { border-color: rgb(8,78,194); }
td.TdClassName
{
border-color: #084EC2;
}
.TagClassName
{
border-color: #084EC2;
}
</style>