Shades of Cobalt #0750BD
Tints of Cobalt #0750BD
RGB
CMYK
RGB Variations
Color information
#0750BD (or 0x0750BD) is known color: Cobalt. HEX triplet: 07, 50 and BD. RGB value is (7,80,189). Sum of RGB (Red+Green+Blue) = 7+80+189=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #0750BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750BD is #F8AF42. Grayscale: #464646. Windows color (decimal): -16297795 or 12406791. OLE color: 12406791.
HSL color Cylindrical-coordinate representation of color #0750BD: hue angle of 215.93º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0750BD is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 80 | 189 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.26 |
| HSL | 215.93º | 0.93% | 0.38% | - |
| HSV(B) | 215.93º | 0.96% | 0.74% | - |
| XYZ | 12.14 | 9.46 | 49.33 | - |
| YUV | 70.6 | 194.82 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 189 | 0.96 | 0.58 | 0 | 0.26 | 215.93 | 0.93 | 0.38 |
| Hex | 7 | 50 | BD | 60 | 3A | 0 | 1A | D8 | 5D | 26 |
| Octal | 7 | 120 | 275 | 140 | 72 | 0 | 32 | 330 | 135 | 46 |
| Binary | 111 | 1010000 | 10111101 | 1100000 | 111010 | 0 | 11010 | 11011000 | 1011101 | 100110 |
Color Harmonies of #0750BD
Complementary color
Monochromatic Colors of #0750BD
Black with #0750BD
Text Example
Text Example
White with #0750BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750BD; }
p { color: rgb(7,80,189); }
H1.HeaderClassName
{
color: #0750BD;
}
.AnyTagClassName
{
color: #0750BD;
}
</style>
background-color css
<style>
a { background-color: #0750BD; }
a { background-color: rgb(7,80,189); }
div.DivClassName
{
background-color: #0750BD;
}
.BgClassName
{
background-color: #0750BD;
}
</style>
border-color css
<style>
span { border-color: #0750BD; }
span { border-color: rgb(7,80,189); }
td.TdClassName
{
border-color: #0750BD;
}
.TagClassName
{
border-color: #0750BD;
}
</style>