Shades of Denim #084DC3
Tints of Denim #084DC3
RGB
CMYK
RGB Variations
Color information
#084DC3 (or 0x084DC3) is known color: Denim. HEX triplet: 08, 4D and C3. RGB value is (8,77,195). Sum of RGB (Red+Green+Blue) = 8+77+195=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 195 (76.56% from 255 or 69.64% from 280); Max value from RGB is 195 - color contains mainly: blue. Hex color #084DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DC3 is #F7B23C. Grayscale: #454545. Windows color (decimal): -16233021 or 12799240. OLE color: 12799240.
HSL color Cylindrical-coordinate representation of color #084DC3: hue angle of 217.86º 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 #084DC3 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 77 | 195 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.24 |
| HSL | 217.86º | 0.92% | 0.4% | - |
| HSV(B) | 217.86º | 0.96% | 0.76% | - |
| XYZ | 12.6 | 9.3 | 52.76 | - |
| YUV | 69.82 | 198.64 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 195 | 0.96 | 0.61 | 0 | 0.24 | 217.86 | 0.92 | 0.4 |
| Hex | 8 | 4D | C3 | 60 | 3D | 0 | 18 | DA | 5C | 28 |
| Octal | 10 | 115 | 303 | 140 | 75 | 0 | 30 | 332 | 134 | 50 |
| Binary | 1000 | 1001101 | 11000011 | 1100000 | 111101 | 0 | 11000 | 11011010 | 1011100 | 101000 |
Color Harmonies of #084DC3
Complementary color
Monochromatic Colors of #084DC3
Black with #084DC3
Text Example
Text Example
White with #084DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DC3; }
p { color: rgb(8,77,195); }
H1.HeaderClassName
{
color: #084DC3;
}
.AnyTagClassName
{
color: #084DC3;
}
</style>
background-color css
<style>
a { background-color: #084DC3; }
a { background-color: rgb(8,77,195); }
div.DivClassName
{
background-color: #084DC3;
}
.BgClassName
{
background-color: #084DC3;
}
</style>
border-color css
<style>
span { border-color: #084DC3; }
span { border-color: rgb(8,77,195); }
td.TdClassName
{
border-color: #084DC3;
}
.TagClassName
{
border-color: #084DC3;
}
</style>