Shades of Cerulean Blue #2059CD
Tints of Cerulean Blue #2059CD
RGB
CMYK
RGB Variations
Color information
#2059CD (or 0x2059CD) is known color: Cerulean Blue. HEX triplet: 20, 59 and CD. RGB value is (32,89,205). Sum of RGB (Red+Green+Blue) = 32+89+205=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #2059CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059CD is #DFA632. Grayscale: #545454. Windows color (decimal): -14657075 or 13457696. OLE color: 13457696.
HSL color Cylindrical-coordinate representation of color #2059CD: hue angle of 220.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2059CD is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 89 | 205 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.20 |
| HSL | 220.23º | 0.73% | 0.46% | - |
| HSV(B) | 220.23º | 0.84% | 0.8% | - |
| XYZ | 15.19 | 11.86 | 59.25 | - |
| YUV | 85.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 205 | 0.84 | 0.57 | 0 | 0.20 | 220.23 | 0.73 | 0.46 |
| Hex | 20 | 59 | CD | 54 | 39 | 0 | 14 | DC | 49 | 2E |
| Octal | 40 | 131 | 315 | 124 | 71 | 0 | 24 | 334 | 111 | 56 |
| Binary | 100000 | 1011001 | 11001101 | 1010100 | 111001 | 0 | 10100 | 11011100 | 1001001 | 101110 |
Color Harmonies of #2059CD
Complementary color
Monochromatic Colors of #2059CD
Black with #2059CD
Text Example
Text Example
White with #2059CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059CD; }
p { color: rgb(32,89,205); }
H1.HeaderClassName
{
color: #2059CD;
}
.AnyTagClassName
{
color: #2059CD;
}
</style>
background-color css
<style>
a { background-color: #2059CD; }
a { background-color: rgb(32,89,205); }
div.DivClassName
{
background-color: #2059CD;
}
.BgClassName
{
background-color: #2059CD;
}
</style>
border-color css
<style>
span { border-color: #2059CD; }
span { border-color: rgb(32,89,205); }
td.TdClassName
{
border-color: #2059CD;
}
.TagClassName
{
border-color: #2059CD;
}
</style>