Shades of Cerulean Blue #2059BF
Tints of Cerulean Blue #2059BF
RGB
CMYK
RGB Variations
Color information
#2059BF (or 0x2059BF) is known color: Cerulean Blue. HEX triplet: 20, 59 and BF. RGB value is (32,89,191). Sum of RGB (Red+Green+Blue) = 32+89+191=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #2059BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2059BF is #DFA640. Grayscale: #535353. Windows color (decimal): -14657089 or 12540192. OLE color: 12540192.
HSL color Cylindrical-coordinate representation of color #2059BF: hue angle of 218.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2059BF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 89 | 191 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.25 |
| HSL | 218.49º | 0.71% | 0.44% | - |
| HSV(B) | 218.49º | 0.83% | 0.75% | - |
| XYZ | 13.57 | 11.21 | 50.74 | - |
| YUV | 83.59 | 188.62 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 191 | 0.83 | 0.53 | 0 | 0.25 | 218.49 | 0.71 | 0.44 |
| Hex | 20 | 59 | BF | 53 | 35 | 0 | 19 | DA | 47 | 2C |
| Octal | 40 | 131 | 277 | 123 | 65 | 0 | 31 | 332 | 107 | 54 |
| Binary | 100000 | 1011001 | 10111111 | 1010011 | 110101 | 0 | 11001 | 11011010 | 1000111 | 101100 |
Color Harmonies of #2059BF
Complementary color
Monochromatic Colors of #2059BF
Black with #2059BF
Text Example
Text Example
White with #2059BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059BF; }
p { color: rgb(32,89,191); }
H1.HeaderClassName
{
color: #2059BF;
}
.AnyTagClassName
{
color: #2059BF;
}
</style>
background-color css
<style>
a { background-color: #2059BF; }
a { background-color: rgb(32,89,191); }
div.DivClassName
{
background-color: #2059BF;
}
.BgClassName
{
background-color: #2059BF;
}
</style>
border-color css
<style>
span { border-color: #2059BF; }
span { border-color: rgb(32,89,191); }
td.TdClassName
{
border-color: #2059BF;
}
.TagClassName
{
border-color: #2059BF;
}
</style>