Shades of Cobalt #023DC5
Tints of Cobalt #023DC5
RGB
CMYK
RGB Variations
Color information
#023DC5 (or 0x023DC5) is known color: Cobalt. HEX triplet: 02, 3D and C5. RGB value is (2,61,197). Sum of RGB (Red+Green+Blue) = 2+61+197=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 197 (77.34% from 255 or 75.77% from 260); Max value from RGB is 197 - color contains mainly: blue. Hex color #023DC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DC5 is #FDC23A. Grayscale: #3A3A3A. Windows color (decimal): -16630331 or 12926210. OLE color: 12926210.
HSL color Cylindrical-coordinate representation of color #023DC5: hue angle of 221.85º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DC5 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 61 | 197 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.23 |
| HSL | 221.85º | 0.98% | 0.39% | - |
| HSV(B) | 221.85º | 0.99% | 0.77% | - |
| XYZ | 11.77 | 7.38 | 53.63 | - |
| YUV | 58.86 | 205.95 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 197 | 0.99 | 0.69 | 0 | 0.23 | 221.85 | 0.98 | 0.39 |
| Hex | 2 | 3D | C5 | 63 | 45 | 0 | 17 | DE | 62 | 27 |
| Octal | 2 | 75 | 305 | 143 | 105 | 0 | 27 | 336 | 142 | 47 |
| Binary | 10 | 111101 | 11000101 | 1100011 | 1000101 | 0 | 10111 | 11011110 | 1100010 | 100111 |
Color Harmonies of #023DC5
Complementary color
Monochromatic Colors of #023DC5
Black with #023DC5
Text Example
Text Example
White with #023DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DC5; }
p { color: rgb(2,61,197); }
H1.HeaderClassName
{
color: #023DC5;
}
.AnyTagClassName
{
color: #023DC5;
}
</style>
background-color css
<style>
a { background-color: #023DC5; }
a { background-color: rgb(2,61,197); }
div.DivClassName
{
background-color: #023DC5;
}
.BgClassName
{
background-color: #023DC5;
}
</style>
border-color css
<style>
span { border-color: #023DC5; }
span { border-color: rgb(2,61,197); }
td.TdClassName
{
border-color: #023DC5;
}
.TagClassName
{
border-color: #023DC5;
}
</style>