Shades of Cobalt #083DB8
Tints of Cobalt #083DB8
RGB
CMYK
RGB Variations
Color information
#083DB8 (or 0x083DB8) is known color: Cobalt. HEX triplet: 08, 3D and B8. RGB value is (8,61,184). Sum of RGB (Red+Green+Blue) = 8+61+184=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 184 (72.27% from 255 or 72.73% from 253); Max value from RGB is 184 - color contains mainly: blue. Hex color #083DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DB8 is #F7C247. Grayscale: #3A3A3A. Windows color (decimal): -16237128 or 12074248. OLE color: 12074248.
HSL color Cylindrical-coordinate representation of color #083DB8: hue angle of 221.93º 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 #083DB8 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 61 | 184 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.28 |
| HSL | 221.93º | 0.92% | 0.38% | - |
| HSV(B) | 221.93º | 0.96% | 0.72% | - |
| XYZ | 10.42 | 6.85 | 46.12 | - |
| YUV | 59.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 184 | 0.96 | 0.67 | 0 | 0.28 | 221.93 | 0.92 | 0.38 |
| Hex | 8 | 3D | B8 | 60 | 43 | 0 | 1C | DE | 5C | 26 |
| Octal | 10 | 75 | 270 | 140 | 103 | 0 | 34 | 336 | 134 | 46 |
| Binary | 1000 | 111101 | 10111000 | 1100000 | 1000011 | 0 | 11100 | 11011110 | 1011100 | 100110 |
Color Harmonies of #083DB8
Complementary color
Monochromatic Colors of #083DB8
Black with #083DB8
Text Example
Text Example
White with #083DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083DB8; }
p { color: rgb(8,61,184); }
H1.HeaderClassName
{
color: #083DB8;
}
.AnyTagClassName
{
color: #083DB8;
}
</style>
background-color css
<style>
a { background-color: #083DB8; }
a { background-color: rgb(8,61,184); }
div.DivClassName
{
background-color: #083DB8;
}
.BgClassName
{
background-color: #083DB8;
}
</style>
border-color css
<style>
span { border-color: #083DB8; }
span { border-color: rgb(8,61,184); }
td.TdClassName
{
border-color: #083DB8;
}
.TagClassName
{
border-color: #083DB8;
}
</style>