Shades of Cobalt #023DB4
Tints of Cobalt #023DB4
RGB
CMYK
RGB Variations
Color information
#023DB4 (or 0x023DB4) is known color: Cobalt. HEX triplet: 02, 3D and B4. RGB value is (2,61,180). Sum of RGB (Red+Green+Blue) = 2+61+180=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 180 (70.70% from 255 or 74.07% from 243); Max value from RGB is 180 - color contains mainly: blue. Hex color #023DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023DB4 is #FDC24B. Grayscale: #383838. Windows color (decimal): -16630348 or 11812098. OLE color: 11812098.
HSL color Cylindrical-coordinate representation of color #023DB4: hue angle of 220.11º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023DB4 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 61 | 180 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.29 |
| HSL | 220.11º | 0.98% | 0.36% | - |
| HSV(B) | 220.11º | 0.99% | 0.71% | - |
| XYZ | 9.93 | 6.65 | 43.94 | - |
| YUV | 56.93 | 197.45 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 180 | 0.99 | 0.66 | 0 | 0.29 | 220.11 | 0.98 | 0.36 |
| Hex | 2 | 3D | B4 | 63 | 42 | 0 | 1D | DC | 62 | 24 |
| Octal | 2 | 75 | 264 | 143 | 102 | 0 | 35 | 334 | 142 | 44 |
| Binary | 10 | 111101 | 10110100 | 1100011 | 1000010 | 0 | 11101 | 11011100 | 1100010 | 100100 |
Color Harmonies of #023DB4
Complementary color
Monochromatic Colors of #023DB4
Black with #023DB4
Text Example
Text Example
White with #023DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023DB4; }
p { color: rgb(2,61,180); }
H1.HeaderClassName
{
color: #023DB4;
}
.AnyTagClassName
{
color: #023DB4;
}
</style>
background-color css
<style>
a { background-color: #023DB4; }
a { background-color: rgb(2,61,180); }
div.DivClassName
{
background-color: #023DB4;
}
.BgClassName
{
background-color: #023DB4;
}
</style>
border-color css
<style>
span { border-color: #023DB4; }
span { border-color: rgb(2,61,180); }
td.TdClassName
{
border-color: #023DB4;
}
.TagClassName
{
border-color: #023DB4;
}
</style>