Shades of Cobalt #083FB8
Tints of Cobalt #083FB8
RGB
CMYK
RGB Variations
Color information
#083FB8 (or 0x083FB8) is known color: Cobalt. HEX triplet: 08, 3F and B8. RGB value is (8,63,184). Sum of RGB (Red+Green+Blue) = 8+63+184=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 184 (72.27% from 255 or 72.16% from 255); Max value from RGB is 184 - color contains mainly: blue. Hex color #083FB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FB8 is #F7C047. Grayscale: #3B3B3B. Windows color (decimal): -16236616 or 12074760. OLE color: 12074760.
HSL color Cylindrical-coordinate representation of color #083FB8: hue angle of 221.25º 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 #083FB8 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 63 | 184 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.28 |
| HSL | 221.25º | 0.92% | 0.38% | - |
| HSV(B) | 221.25º | 0.96% | 0.72% | - |
| XYZ | 10.53 | 7.07 | 46.16 | - |
| YUV | 60.35 | 197.78 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 184 | 0.96 | 0.66 | 0 | 0.28 | 221.25 | 0.92 | 0.38 |
| Hex | 8 | 3F | B8 | 60 | 42 | 0 | 1C | DD | 5C | 26 |
| Octal | 10 | 77 | 270 | 140 | 102 | 0 | 34 | 335 | 134 | 46 |
| Binary | 1000 | 111111 | 10111000 | 1100000 | 1000010 | 0 | 11100 | 11011101 | 1011100 | 100110 |
Color Harmonies of #083FB8
Complementary color
Monochromatic Colors of #083FB8
Black with #083FB8
Text Example
Text Example
White with #083FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FB8; }
p { color: rgb(8,63,184); }
H1.HeaderClassName
{
color: #083FB8;
}
.AnyTagClassName
{
color: #083FB8;
}
</style>
background-color css
<style>
a { background-color: #083FB8; }
a { background-color: rgb(8,63,184); }
div.DivClassName
{
background-color: #083FB8;
}
.BgClassName
{
background-color: #083FB8;
}
</style>
border-color css
<style>
span { border-color: #083FB8; }
span { border-color: rgb(8,63,184); }
td.TdClassName
{
border-color: #083FB8;
}
.TagClassName
{
border-color: #083FB8;
}
</style>