Shades of Cobalt #023DBC
Tints of Cobalt #023DBC
RGB
CMYK
RGB Variations
Color information
#023DBC (or 0x023DBC) is known color: Cobalt. HEX triplet: 02, 3D and BC. RGB value is (2,61,188). Sum of RGB (Red+Green+Blue) = 2+61+188=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #023DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBC is #FDC243. Grayscale: #393939. Windows color (decimal): -16630340 or 12336386. OLE color: 12336386.
HSL color Cylindrical-coordinate representation of color #023DBC: hue angle of 220.97º 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 #023DBC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 61 | 188 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.26 |
| HSL | 220.97º | 0.98% | 0.37% | - |
| HSV(B) | 220.97º | 0.99% | 0.74% | - |
| XYZ | 10.77 | 6.98 | 48.36 | - |
| YUV | 57.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 188 | 0.99 | 0.68 | 0 | 0.26 | 220.97 | 0.98 | 0.37 |
| Hex | 2 | 3D | BC | 63 | 44 | 0 | 1A | DD | 62 | 25 |
| Octal | 2 | 75 | 274 | 143 | 104 | 0 | 32 | 335 | 142 | 45 |
| Binary | 10 | 111101 | 10111100 | 1100011 | 1000100 | 0 | 11010 | 11011101 | 1100010 | 100101 |
Color Harmonies of #023DBC
Complementary color
Monochromatic Colors of #023DBC
Black with #023DBC
Text Example
Text Example
White with #023DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DBC; }
p { color: rgb(2,61,188); }
H1.HeaderClassName
{
color: #023DBC;
}
.AnyTagClassName
{
color: #023DBC;
}
</style>
background-color css
<style>
a { background-color: #023DBC; }
a { background-color: rgb(2,61,188); }
div.DivClassName
{
background-color: #023DBC;
}
.BgClassName
{
background-color: #023DBC;
}
</style>
border-color css
<style>
span { border-color: #023DBC; }
span { border-color: rgb(2,61,188); }
td.TdClassName
{
border-color: #023DBC;
}
.TagClassName
{
border-color: #023DBC;
}
</style>