Shades of Cobalt #084FB8
Tints of Cobalt #084FB8
RGB
CMYK
RGB Variations
Color information
#084FB8 (or 0x084FB8) is known color: Cobalt. HEX triplet: 08, 4F and B8. RGB value is (8,79,184). Sum of RGB (Red+Green+Blue) = 8+79+184=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 184 (72.27% from 255 or 67.90% from 271); Max value from RGB is 184 - color contains mainly: blue. Hex color #084FB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084FB8 is #F7B047. Grayscale: #454545. Windows color (decimal): -16232520 or 12078856. OLE color: 12078856.
HSL color Cylindrical-coordinate representation of color #084FB8: hue angle of 215.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084FB8 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 79 | 184 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.28 |
| HSL | 215.8º | 0.92% | 0.38% | - |
| HSV(B) | 215.8º | 0.96% | 0.72% | - |
| XYZ | 11.55 | 9.1 | 46.5 | - |
| YUV | 69.74 | 192.48 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 79 | 184 | 0.96 | 0.57 | 0 | 0.28 | 215.8 | 0.92 | 0.38 |
| Hex | 8 | 4F | B8 | 60 | 39 | 0 | 1C | D8 | 5C | 26 |
| Octal | 10 | 117 | 270 | 140 | 71 | 0 | 34 | 330 | 134 | 46 |
| Binary | 1000 | 1001111 | 10111000 | 1100000 | 111001 | 0 | 11100 | 11011000 | 1011100 | 100110 |
Color Harmonies of #084FB8
Complementary color
Monochromatic Colors of #084FB8
Black with #084FB8
Text Example
Text Example
White with #084FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084FB8; }
p { color: rgb(8,79,184); }
H1.HeaderClassName
{
color: #084FB8;
}
.AnyTagClassName
{
color: #084FB8;
}
</style>
background-color css
<style>
a { background-color: #084FB8; }
a { background-color: rgb(8,79,184); }
div.DivClassName
{
background-color: #084FB8;
}
.BgClassName
{
background-color: #084FB8;
}
</style>
border-color css
<style>
span { border-color: #084FB8; }
span { border-color: rgb(8,79,184); }
td.TdClassName
{
border-color: #084FB8;
}
.TagClassName
{
border-color: #084FB8;
}
</style>