Shades of Cobalt #023DBB
Tints of Cobalt #023DBB
RGB
CMYK
RGB Variations
Color information
#023DBB (or 0x023DBB) is known color: Cobalt. HEX triplet: 02, 3D and BB. RGB value is (2,61,187). Sum of RGB (Red+Green+Blue) = 2+61+187=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #023DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DBB is #FDC244. Grayscale: #393939. Windows color (decimal): -16630341 or 12270850. OLE color: 12270850.
HSL color Cylindrical-coordinate representation of color #023DBB: hue angle of 220.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DBB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 61 | 187 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.27 |
| HSL | 220.86º | 0.98% | 0.37% | - |
| HSV(B) | 220.86º | 0.99% | 0.73% | - |
| XYZ | 10.66 | 6.94 | 47.79 | - |
| YUV | 57.72 | 200.95 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 187 | 0.99 | 0.67 | 0 | 0.27 | 220.86 | 0.98 | 0.37 |
| Hex | 2 | 3D | BB | 63 | 43 | 0 | 1B | DD | 62 | 25 |
| Octal | 2 | 75 | 273 | 143 | 103 | 0 | 33 | 335 | 142 | 45 |
| Binary | 10 | 111101 | 10111011 | 1100011 | 1000011 | 0 | 11011 | 11011101 | 1100010 | 100101 |
Color Harmonies of #023DBB
Complementary color
Monochromatic Colors of #023DBB
Black with #023DBB
Text Example
Text Example
White with #023DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DBB; }
p { color: rgb(2,61,187); }
H1.HeaderClassName
{
color: #023DBB;
}
.AnyTagClassName
{
color: #023DBB;
}
</style>
background-color css
<style>
a { background-color: #023DBB; }
a { background-color: rgb(2,61,187); }
div.DivClassName
{
background-color: #023DBB;
}
.BgClassName
{
background-color: #023DBB;
}
</style>
border-color css
<style>
span { border-color: #023DBB; }
span { border-color: rgb(2,61,187); }
td.TdClassName
{
border-color: #023DBB;
}
.TagClassName
{
border-color: #023DBB;
}
</style>