Shades of Cobalt #074DBF
Tints of Cobalt #074DBF
RGB
CMYK
RGB Variations
Color information
#074DBF (or 0x074DBF) is known color: Cobalt. HEX triplet: 07, 4D and BF. RGB value is (7,77,191). Sum of RGB (Red+Green+Blue) = 7+77+191=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 191 (75% from 255 or 69.45% from 275); Max value from RGB is 191 - color contains mainly: blue. Hex color #074DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DBF is #F8B240. Grayscale: #444444. Windows color (decimal): -16298561 or 12537095. OLE color: 12537095.
HSL color Cylindrical-coordinate representation of color #074DBF: hue angle of 217.17º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074DBF is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 77 | 191 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.25 |
| HSL | 217.17º | 0.93% | 0.39% | - |
| HSV(B) | 217.17º | 0.96% | 0.75% | - |
| XYZ | 12.15 | 9.11 | 50.41 | - |
| YUV | 69.07 | 196.81 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 191 | 0.96 | 0.60 | 0 | 0.25 | 217.17 | 0.93 | 0.39 |
| Hex | 7 | 4D | BF | 60 | 3C | 0 | 19 | D9 | 5D | 27 |
| Octal | 7 | 115 | 277 | 140 | 74 | 0 | 31 | 331 | 135 | 47 |
| Binary | 111 | 1001101 | 10111111 | 1100000 | 111100 | 0 | 11001 | 11011001 | 1011101 | 100111 |
Color Harmonies of #074DBF
Complementary color
Monochromatic Colors of #074DBF
Black with #074DBF
Text Example
Text Example
White with #074DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DBF; }
p { color: rgb(7,77,191); }
H1.HeaderClassName
{
color: #074DBF;
}
.AnyTagClassName
{
color: #074DBF;
}
</style>
background-color css
<style>
a { background-color: #074DBF; }
a { background-color: rgb(7,77,191); }
div.DivClassName
{
background-color: #074DBF;
}
.BgClassName
{
background-color: #074DBF;
}
</style>
border-color css
<style>
span { border-color: #074DBF; }
span { border-color: rgb(7,77,191); }
td.TdClassName
{
border-color: #074DBF;
}
.TagClassName
{
border-color: #074DBF;
}
</style>