Shades of Cobalt #074DBE
Tints of Cobalt #074DBE
RGB
CMYK
RGB Variations
Color information
#074DBE (or 0x074DBE) is known color: Cobalt. HEX triplet: 07, 4D and BE. RGB value is (7,77,190). Sum of RGB (Red+Green+Blue) = 7+77+190=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 190 (74.61% from 255 or 69.34% from 274); Max value from RGB is 190 - color contains mainly: blue. Hex color #074DBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #074DBE is #F8B241. Grayscale: #444444. Windows color (decimal): -16298562 or 12471559. OLE color: 12471559.
HSL color Cylindrical-coordinate representation of color #074DBE: hue angle of 217.05º 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 #074DBE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 77 | 190 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.25 |
| HSL | 217.05º | 0.93% | 0.39% | - |
| HSV(B) | 217.05º | 0.96% | 0.75% | - |
| XYZ | 12.04 | 9.07 | 49.83 | - |
| YUV | 68.95 | 196.31 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 190 | 0.96 | 0.59 | 0 | 0.25 | 217.05 | 0.93 | 0.39 |
| Hex | 7 | 4D | BE | 60 | 3B | 0 | 19 | D9 | 5D | 27 |
| Octal | 7 | 115 | 276 | 140 | 73 | 0 | 31 | 331 | 135 | 47 |
| Binary | 111 | 1001101 | 10111110 | 1100000 | 111011 | 0 | 11001 | 11011001 | 1011101 | 100111 |
Color Harmonies of #074DBE
Complementary color
Monochromatic Colors of #074DBE
Black with #074DBE
Text Example
Text Example
White with #074DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074DBE; }
p { color: rgb(7,77,190); }
H1.HeaderClassName
{
color: #074DBE;
}
.AnyTagClassName
{
color: #074DBE;
}
</style>
background-color css
<style>
a { background-color: #074DBE; }
a { background-color: rgb(7,77,190); }
div.DivClassName
{
background-color: #074DBE;
}
.BgClassName
{
background-color: #074DBE;
}
</style>
border-color css
<style>
span { border-color: #074DBE; }
span { border-color: rgb(7,77,190); }
td.TdClassName
{
border-color: #074DBE;
}
.TagClassName
{
border-color: #074DBE;
}
</style>