Shades of Denim #084ECB
Tints of Denim #084ECB
RGB
CMYK
RGB Variations
Color information
#084ECB (or 0x084ECB) is known color: Denim. HEX triplet: 08, 4E and CB. RGB value is (8,78,203). Sum of RGB (Red+Green+Blue) = 8+78+203=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #084ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECB is #F7B134. Grayscale: #464646. Windows color (decimal): -16232757 or 13323784. OLE color: 13323784.
HSL color Cylindrical-coordinate representation of color #084ECB: hue angle of 218.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ECB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 78 | 203 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.20 |
| HSL | 218.46º | 0.92% | 0.41% | - |
| HSV(B) | 218.46º | 0.96% | 0.8% | - |
| XYZ | 13.6 | 9.81 | 57.68 | - |
| YUV | 71.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 203 | 0.96 | 0.62 | 0 | 0.20 | 218.46 | 0.92 | 0.41 |
| Hex | 8 | 4E | CB | 60 | 3E | 0 | 14 | DA | 5C | 29 |
| Octal | 10 | 116 | 313 | 140 | 76 | 0 | 24 | 332 | 134 | 51 |
| Binary | 1000 | 1001110 | 11001011 | 1100000 | 111110 | 0 | 10100 | 11011010 | 1011100 | 101001 |
Color Harmonies of #084ECB
Complementary color
Monochromatic Colors of #084ECB
Black with #084ECB
Text Example
Text Example
White with #084ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084ECB; }
p { color: rgb(8,78,203); }
H1.HeaderClassName
{
color: #084ECB;
}
.AnyTagClassName
{
color: #084ECB;
}
</style>
background-color css
<style>
a { background-color: #084ECB; }
a { background-color: rgb(8,78,203); }
div.DivClassName
{
background-color: #084ECB;
}
.BgClassName
{
background-color: #084ECB;
}
</style>
border-color css
<style>
span { border-color: #084ECB; }
span { border-color: rgb(8,78,203); }
td.TdClassName
{
border-color: #084ECB;
}
.TagClassName
{
border-color: #084ECB;
}
</style>