Shades of Cobalt #0248BF
Tints of Cobalt #0248BF
RGB
CMYK
RGB Variations
Color information
#0248BF (or 0x0248BF) is known color: Cobalt. HEX triplet: 02, 48 and BF. RGB value is (2,72,191). Sum of RGB (Red+Green+Blue) = 2+72+191=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #0248BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0248BF is #FDB740. Grayscale: #404040. Windows color (decimal): -16627521 or 12535810. OLE color: 12535810.
HSL color Cylindrical-coordinate representation of color #0248BF: hue angle of 217.78º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0248BF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 72 | 191 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.25 |
| HSL | 217.78º | 0.98% | 0.38% | - |
| HSV(B) | 217.78º | 0.99% | 0.75% | - |
| XYZ | 11.75 | 8.41 | 50.29 | - |
| YUV | 64.64 | 199.31 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 72 | 191 | 0.99 | 0.62 | 0 | 0.25 | 217.78 | 0.98 | 0.38 |
| Hex | 2 | 48 | BF | 63 | 3E | 0 | 19 | DA | 62 | 26 |
| Octal | 2 | 110 | 277 | 143 | 76 | 0 | 31 | 332 | 142 | 46 |
| Binary | 10 | 1001000 | 10111111 | 1100011 | 111110 | 0 | 11001 | 11011010 | 1100010 | 100110 |
Color Harmonies of #0248BF
Complementary color
Monochromatic Colors of #0248BF
Black with #0248BF
Text Example
Text Example
White with #0248BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0248BF; }
p { color: rgb(2,72,191); }
H1.HeaderClassName
{
color: #0248BF;
}
.AnyTagClassName
{
color: #0248BF;
}
</style>
background-color css
<style>
a { background-color: #0248BF; }
a { background-color: rgb(2,72,191); }
div.DivClassName
{
background-color: #0248BF;
}
.BgClassName
{
background-color: #0248BF;
}
</style>
border-color css
<style>
span { border-color: #0248BF; }
span { border-color: rgb(2,72,191); }
td.TdClassName
{
border-color: #0248BF;
}
.TagClassName
{
border-color: #0248BF;
}
</style>