Shades of Cerulean Blue #2050B9
Tints of Cerulean Blue #2050B9
RGB
CMYK
RGB Variations
Color information
#2050B9 (or 0x2050B9) is known color: Cerulean Blue. HEX triplet: 20, 50 and B9. RGB value is (32,80,185). Sum of RGB (Red+Green+Blue) = 32+80+185=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #2050B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050B9 is #DFAF46. Grayscale: #4D4D4D. Windows color (decimal): -14659399 or 12144672. OLE color: 12144672.
HSL color Cylindrical-coordinate representation of color #2050B9: hue angle of 221.18º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2050B9 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 80 | 185 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.27 |
| HSL | 221.18º | 0.71% | 0.43% | - |
| HSV(B) | 221.18º | 0.83% | 0.73% | - |
| XYZ | 12.22 | 9.55 | 47.1 | - |
| YUV | 77.62 | 188.6 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 185 | 0.83 | 0.57 | 0 | 0.27 | 221.18 | 0.71 | 0.43 |
| Hex | 20 | 50 | B9 | 53 | 39 | 0 | 1B | DD | 47 | 2B |
| Octal | 40 | 120 | 271 | 123 | 71 | 0 | 33 | 335 | 107 | 53 |
| Binary | 100000 | 1010000 | 10111001 | 1010011 | 111001 | 0 | 11011 | 11011101 | 1000111 | 101011 |
Color Harmonies of #2050B9
Complementary color
Monochromatic Colors of #2050B9
Black with #2050B9
Text Example
Text Example
White with #2050B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2050B9; }
p { color: rgb(32,80,185); }
H1.HeaderClassName
{
color: #2050B9;
}
.AnyTagClassName
{
color: #2050B9;
}
</style>
background-color css
<style>
a { background-color: #2050B9; }
a { background-color: rgb(32,80,185); }
div.DivClassName
{
background-color: #2050B9;
}
.BgClassName
{
background-color: #2050B9;
}
</style>
border-color css
<style>
span { border-color: #2050B9; }
span { border-color: rgb(32,80,185); }
td.TdClassName
{
border-color: #2050B9;
}
.TagClassName
{
border-color: #2050B9;
}
</style>