Shades of Cobalt #084DB5
Tints of Cobalt #084DB5
RGB
CMYK
RGB Variations
Color information
#084DB5 (or 0x084DB5) is known color: Cobalt. HEX triplet: 08, 4D and B5. RGB value is (8,77,181). Sum of RGB (Red+Green+Blue) = 8+77+181=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 181 (71.09% from 255 or 68.05% from 266); Max value from RGB is 181 - color contains mainly: blue. Hex color #084DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084DB5 is #F7B24A. Grayscale: #434343. Windows color (decimal): -16233035 or 11881736. OLE color: 11881736.
HSL color Cylindrical-coordinate representation of color #084DB5: hue angle of 216.07º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084DB5 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 77 | 181 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.29 |
| HSL | 216.07º | 0.92% | 0.37% | - |
| HSV(B) | 216.07º | 0.96% | 0.71% | - |
| XYZ | 11.09 | 8.7 | 44.81 | - |
| YUV | 68.23 | 191.64 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 77 | 181 | 0.96 | 0.57 | 0 | 0.29 | 216.07 | 0.92 | 0.37 |
| Hex | 8 | 4D | B5 | 60 | 39 | 0 | 1D | D8 | 5C | 25 |
| Octal | 10 | 115 | 265 | 140 | 71 | 0 | 35 | 330 | 134 | 45 |
| Binary | 1000 | 1001101 | 10110101 | 1100000 | 111001 | 0 | 11101 | 11011000 | 1011100 | 100101 |
Color Harmonies of #084DB5
Complementary color
Monochromatic Colors of #084DB5
Black with #084DB5
Text Example
Text Example
White with #084DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084DB5; }
p { color: rgb(8,77,181); }
H1.HeaderClassName
{
color: #084DB5;
}
.AnyTagClassName
{
color: #084DB5;
}
</style>
background-color css
<style>
a { background-color: #084DB5; }
a { background-color: rgb(8,77,181); }
div.DivClassName
{
background-color: #084DB5;
}
.BgClassName
{
background-color: #084DB5;
}
</style>
border-color css
<style>
span { border-color: #084DB5; }
span { border-color: rgb(8,77,181); }
td.TdClassName
{
border-color: #084DB5;
}
.TagClassName
{
border-color: #084DB5;
}
</style>