Shades of Denim #084FCB
Tints of Denim #084FCB
RGB
CMYK
RGB Variations
Color information
#084FCB (or 0x084FCB) is known color: Denim. HEX triplet: 08, 4F and CB. RGB value is (8,79,203). Sum of RGB (Red+Green+Blue) = 8+79+203=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #084FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FCB is #F7B034. Grayscale: #474747. Windows color (decimal): -16232501 or 13324040. OLE color: 13324040.
HSL color Cylindrical-coordinate representation of color #084FCB: hue angle of 218.15º 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 #084FCB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 79 | 203 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.20 |
| HSL | 218.15º | 0.92% | 0.41% | - |
| HSV(B) | 218.15º | 0.96% | 0.8% | - |
| XYZ | 13.68 | 9.96 | 57.7 | - |
| YUV | 71.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 203 | 0.96 | 0.61 | 0 | 0.20 | 218.15 | 0.92 | 0.41 |
| Hex | 8 | 4F | CB | 60 | 3D | 0 | 14 | DA | 5C | 29 |
| Octal | 10 | 117 | 313 | 140 | 75 | 0 | 24 | 332 | 134 | 51 |
| Binary | 1000 | 1001111 | 11001011 | 1100000 | 111101 | 0 | 10100 | 11011010 | 1011100 | 101001 |
Color Harmonies of #084FCB
Complementary color
Monochromatic Colors of #084FCB
Black with #084FCB
Text Example
Text Example
White with #084FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FCB; }
p { color: rgb(8,79,203); }
H1.HeaderClassName
{
color: #084FCB;
}
.AnyTagClassName
{
color: #084FCB;
}
</style>
background-color css
<style>
a { background-color: #084FCB; }
a { background-color: rgb(8,79,203); }
div.DivClassName
{
background-color: #084FCB;
}
.BgClassName
{
background-color: #084FCB;
}
</style>
border-color css
<style>
span { border-color: #084FCB; }
span { border-color: rgb(8,79,203); }
td.TdClassName
{
border-color: #084FCB;
}
.TagClassName
{
border-color: #084FCB;
}
</style>