Shades of Cobalt #084FBC
Tints of Cobalt #084FBC
RGB
CMYK
RGB Variations
Color information
#084FBC (or 0x084FBC) is known color: Cobalt. HEX triplet: 08, 4F and BC. RGB value is (8,79,188). Sum of RGB (Red+Green+Blue) = 8+79+188=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 188 (73.83% from 255 or 68.36% from 275); Max value from RGB is 188 - color contains mainly: blue. Hex color #084FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FBC is #F7B043. Grayscale: #454545. Windows color (decimal): -16232516 or 12341000. OLE color: 12341000.
HSL color Cylindrical-coordinate representation of color #084FBC: hue angle of 216.33º 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 #084FBC is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 79 | 188 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.26 |
| HSL | 216.33º | 0.92% | 0.38% | - |
| HSV(B) | 216.33º | 0.96% | 0.74% | - |
| XYZ | 11.97 | 9.27 | 48.74 | - |
| YUV | 70.2 | 194.48 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 188 | 0.96 | 0.58 | 0 | 0.26 | 216.33 | 0.92 | 0.38 |
| Hex | 8 | 4F | BC | 60 | 3A | 0 | 1A | D8 | 5C | 26 |
| Octal | 10 | 117 | 274 | 140 | 72 | 0 | 32 | 330 | 134 | 46 |
| Binary | 1000 | 1001111 | 10111100 | 1100000 | 111010 | 0 | 11010 | 11011000 | 1011100 | 100110 |
Color Harmonies of #084FBC
Complementary color
Monochromatic Colors of #084FBC
Black with #084FBC
Text Example
Text Example
White with #084FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FBC; }
p { color: rgb(8,79,188); }
H1.HeaderClassName
{
color: #084FBC;
}
.AnyTagClassName
{
color: #084FBC;
}
</style>
background-color css
<style>
a { background-color: #084FBC; }
a { background-color: rgb(8,79,188); }
div.DivClassName
{
background-color: #084FBC;
}
.BgClassName
{
background-color: #084FBC;
}
</style>
border-color css
<style>
span { border-color: #084FBC; }
span { border-color: rgb(8,79,188); }
td.TdClassName
{
border-color: #084FBC;
}
.TagClassName
{
border-color: #084FBC;
}
</style>