Shades of Cobalt #084DBC
Tints of Cobalt #084DBC
RGB
CMYK
RGB Variations
Color information
#084DBC (or 0x084DBC) is known color: Cobalt. HEX triplet: 08, 4D and BC. RGB value is (8,77,188). Sum of RGB (Red+Green+Blue) = 8+77+188=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #084DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DBC is #F7B243. Grayscale: #444444. Windows color (decimal): -16233028 or 12340488. OLE color: 12340488.
HSL color Cylindrical-coordinate representation of color #084DBC: hue angle of 217º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DBC is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 77 | 188 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.26 |
| HSL | 217º | 0.92% | 0.38% | - |
| HSV(B) | 217º | 0.96% | 0.74% | - |
| XYZ | 11.83 | 8.99 | 48.69 | - |
| YUV | 69.02 | 195.14 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 188 | 0.96 | 0.59 | 0 | 0.26 | 217 | 0.92 | 0.38 |
| Hex | 8 | 4D | BC | 60 | 3B | 0 | 1A | D9 | 5C | 26 |
| Octal | 10 | 115 | 274 | 140 | 73 | 0 | 32 | 331 | 134 | 46 |
| Binary | 1000 | 1001101 | 10111100 | 1100000 | 111011 | 0 | 11010 | 11011001 | 1011100 | 100110 |
Color Harmonies of #084DBC
Complementary color
Monochromatic Colors of #084DBC
Black with #084DBC
Text Example
Text Example
White with #084DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DBC; }
p { color: rgb(8,77,188); }
H1.HeaderClassName
{
color: #084DBC;
}
.AnyTagClassName
{
color: #084DBC;
}
</style>
background-color css
<style>
a { background-color: #084DBC; }
a { background-color: rgb(8,77,188); }
div.DivClassName
{
background-color: #084DBC;
}
.BgClassName
{
background-color: #084DBC;
}
</style>
border-color css
<style>
span { border-color: #084DBC; }
span { border-color: rgb(8,77,188); }
td.TdClassName
{
border-color: #084DBC;
}
.TagClassName
{
border-color: #084DBC;
}
</style>