Shades of Cobalt #0248BD
Tints of Cobalt #0248BD
RGB
CMYK
RGB Variations
Color information
#0248BD (or 0x0248BD) is known color: Cobalt. HEX triplet: 02, 48 and BD. RGB value is (2,72,189). Sum of RGB (Red+Green+Blue) = 2+72+189=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #0248BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248BD is #FDB742. Grayscale: #3F3F3F. Windows color (decimal): -16627523 or 12404738. OLE color: 12404738.
HSL color Cylindrical-coordinate representation of color #0248BD: hue angle of 217.54º 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 #0248BD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 72 | 189 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.26 |
| HSL | 217.54º | 0.98% | 0.37% | - |
| HSV(B) | 217.54º | 0.99% | 0.74% | - |
| XYZ | 11.53 | 8.32 | 49.14 | - |
| YUV | 64.41 | 198.31 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 189 | 0.99 | 0.62 | 0 | 0.26 | 217.54 | 0.98 | 0.37 |
| Hex | 2 | 48 | BD | 63 | 3E | 0 | 1A | DA | 62 | 25 |
| Octal | 2 | 110 | 275 | 143 | 76 | 0 | 32 | 332 | 142 | 45 |
| Binary | 10 | 1001000 | 10111101 | 1100011 | 111110 | 0 | 11010 | 11011010 | 1100010 | 100101 |
Color Harmonies of #0248BD
Complementary color
Monochromatic Colors of #0248BD
Black with #0248BD
Text Example
Text Example
White with #0248BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248BD; }
p { color: rgb(2,72,189); }
H1.HeaderClassName
{
color: #0248BD;
}
.AnyTagClassName
{
color: #0248BD;
}
</style>
background-color css
<style>
a { background-color: #0248BD; }
a { background-color: rgb(2,72,189); }
div.DivClassName
{
background-color: #0248BD;
}
.BgClassName
{
background-color: #0248BD;
}
</style>
border-color css
<style>
span { border-color: #0248BD; }
span { border-color: rgb(2,72,189); }
td.TdClassName
{
border-color: #0248BD;
}
.TagClassName
{
border-color: #0248BD;
}
</style>