Shades of Cobalt #0250AF
Tints of Cobalt #0250AF
RGB
CMYK
RGB Variations
Color information
#0250AF (or 0x0250AF) is known color: Cobalt. HEX triplet: 02, 50 and AF. RGB value is (2,80,175). Sum of RGB (Red+Green+Blue) = 2+80+175=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #0250AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0250AF is #FDAF50. Grayscale: #434343. Windows color (decimal): -16625489 or 11489282. OLE color: 11489282.
HSL color Cylindrical-coordinate representation of color #0250AF: hue angle of 212.95º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250AF is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 80 | 175 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.31 |
| HSL | 212.95º | 0.98% | 0.35% | - |
| HSV(B) | 212.95º | 0.99% | 0.69% | - |
| XYZ | 10.63 | 8.85 | 41.7 | - |
| YUV | 67.51 | 188.66 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 175 | 0.99 | 0.54 | 0 | 0.31 | 212.95 | 0.98 | 0.35 |
| Hex | 2 | 50 | AF | 63 | 36 | 0 | 1F | D5 | 62 | 23 |
| Octal | 2 | 120 | 257 | 143 | 66 | 0 | 37 | 325 | 142 | 43 |
| Binary | 10 | 1010000 | 10101111 | 1100011 | 110110 | 0 | 11111 | 11010101 | 1100010 | 100011 |
Color Harmonies of #0250AF
Complementary color
Monochromatic Colors of #0250AF
Black with #0250AF
Text Example
Text Example
White with #0250AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250AF; }
p { color: rgb(2,80,175); }
H1.HeaderClassName
{
color: #0250AF;
}
.AnyTagClassName
{
color: #0250AF;
}
</style>
background-color css
<style>
a { background-color: #0250AF; }
a { background-color: rgb(2,80,175); }
div.DivClassName
{
background-color: #0250AF;
}
.BgClassName
{
background-color: #0250AF;
}
</style>
border-color css
<style>
span { border-color: #0250AF; }
span { border-color: rgb(2,80,175); }
td.TdClassName
{
border-color: #0250AF;
}
.TagClassName
{
border-color: #0250AF;
}
</style>