Shades of Denim #084FC2
Tints of Denim #084FC2
RGB
CMYK
RGB Variations
Color information
#084FC2 (or 0x084FC2) is known color: Denim. HEX triplet: 08, 4F and C2. RGB value is (8,79,194). Sum of RGB (Red+Green+Blue) = 8+79+194=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 194 (76.17% from 255 or 69.04% from 281); Max value from RGB is 194 - color contains mainly: blue. Hex color #084FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FC2 is #F7B03D. Grayscale: #464646. Windows color (decimal): -16232510 or 12734216. OLE color: 12734216.
HSL color Cylindrical-coordinate representation of color #084FC2: hue angle of 217.1º 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 #084FC2 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 79 | 194 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.24 |
| HSL | 217.1º | 0.92% | 0.4% | - |
| HSV(B) | 217.1º | 0.96% | 0.76% | - |
| XYZ | 12.63 | 9.54 | 52.21 | - |
| YUV | 70.88 | 197.48 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 194 | 0.96 | 0.59 | 0 | 0.24 | 217.1 | 0.92 | 0.4 |
| Hex | 8 | 4F | C2 | 60 | 3B | 0 | 18 | D9 | 5C | 28 |
| Octal | 10 | 117 | 302 | 140 | 73 | 0 | 30 | 331 | 134 | 50 |
| Binary | 1000 | 1001111 | 11000010 | 1100000 | 111011 | 0 | 11000 | 11011001 | 1011100 | 101000 |
Color Harmonies of #084FC2
Complementary color
Monochromatic Colors of #084FC2
Black with #084FC2
Text Example
Text Example
White with #084FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FC2; }
p { color: rgb(8,79,194); }
H1.HeaderClassName
{
color: #084FC2;
}
.AnyTagClassName
{
color: #084FC2;
}
</style>
background-color css
<style>
a { background-color: #084FC2; }
a { background-color: rgb(8,79,194); }
div.DivClassName
{
background-color: #084FC2;
}
.BgClassName
{
background-color: #084FC2;
}
</style>
border-color css
<style>
span { border-color: #084FC2; }
span { border-color: rgb(8,79,194); }
td.TdClassName
{
border-color: #084FC2;
}
.TagClassName
{
border-color: #084FC2;
}
</style>