Shades of Cobalt #0250BC
Tints of Cobalt #0250BC
RGB
CMYK
RGB Variations
Color information
#0250BC (or 0x0250BC) is known color: Cobalt. HEX triplet: 02, 50 and BC. RGB value is (2,80,188). Sum of RGB (Red+Green+Blue) = 2+80+188=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #0250BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0250BC is #FDAF43. Grayscale: #444444. Windows color (decimal): -16625476 or 12341250. OLE color: 12341250.
HSL color Cylindrical-coordinate representation of color #0250BC: hue angle of 214.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250BC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 80 | 188 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.26 |
| HSL | 214.84º | 0.98% | 0.37% | - |
| HSV(B) | 214.84º | 0.99% | 0.74% | - |
| XYZ | 11.97 | 9.38 | 48.76 | - |
| YUV | 68.99 | 195.16 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 188 | 0.99 | 0.57 | 0 | 0.26 | 214.84 | 0.98 | 0.37 |
| Hex | 2 | 50 | BC | 63 | 39 | 0 | 1A | D7 | 62 | 25 |
| Octal | 2 | 120 | 274 | 143 | 71 | 0 | 32 | 327 | 142 | 45 |
| Binary | 10 | 1010000 | 10111100 | 1100011 | 111001 | 0 | 11010 | 11010111 | 1100010 | 100101 |
Color Harmonies of #0250BC
Complementary color
Monochromatic Colors of #0250BC
Black with #0250BC
Text Example
Text Example
White with #0250BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250BC; }
p { color: rgb(2,80,188); }
H1.HeaderClassName
{
color: #0250BC;
}
.AnyTagClassName
{
color: #0250BC;
}
</style>
background-color css
<style>
a { background-color: #0250BC; }
a { background-color: rgb(2,80,188); }
div.DivClassName
{
background-color: #0250BC;
}
.BgClassName
{
background-color: #0250BC;
}
</style>
border-color css
<style>
span { border-color: #0250BC; }
span { border-color: rgb(2,80,188); }
td.TdClassName
{
border-color: #0250BC;
}
.TagClassName
{
border-color: #0250BC;
}
</style>