Shades of Cerulean Blue #2051BB
Tints of Cerulean Blue #2051BB
RGB
CMYK
RGB Variations
Color information
#2051BB (or 0x2051BB) is known color: Cerulean Blue. HEX triplet: 20, 51 and BB. RGB value is (32,81,187). Sum of RGB (Red+Green+Blue) = 32+81+187=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #2051BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051BB is #DFAE44. Grayscale: #4D4D4D. Windows color (decimal): -14659141 or 12276000. OLE color: 12276000.
HSL color Cylindrical-coordinate representation of color #2051BB: hue angle of 221.03º 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 #2051BB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 81 | 187 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.27 |
| HSL | 221.03º | 0.71% | 0.43% | - |
| HSV(B) | 221.03º | 0.83% | 0.73% | - |
| XYZ | 12.51 | 9.78 | 48.24 | - |
| YUV | 78.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 187 | 0.83 | 0.57 | 0 | 0.27 | 221.03 | 0.71 | 0.43 |
| Hex | 20 | 51 | BB | 53 | 39 | 0 | 1B | DD | 47 | 2B |
| Octal | 40 | 121 | 273 | 123 | 71 | 0 | 33 | 335 | 107 | 53 |
| Binary | 100000 | 1010001 | 10111011 | 1010011 | 111001 | 0 | 11011 | 11011101 | 1000111 | 101011 |
Color Harmonies of #2051BB
Complementary color
Monochromatic Colors of #2051BB
Black with #2051BB
Text Example
Text Example
White with #2051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051BB; }
p { color: rgb(32,81,187); }
H1.HeaderClassName
{
color: #2051BB;
}
.AnyTagClassName
{
color: #2051BB;
}
</style>
background-color css
<style>
a { background-color: #2051BB; }
a { background-color: rgb(32,81,187); }
div.DivClassName
{
background-color: #2051BB;
}
.BgClassName
{
background-color: #2051BB;
}
</style>
border-color css
<style>
span { border-color: #2051BB; }
span { border-color: rgb(32,81,187); }
td.TdClassName
{
border-color: #2051BB;
}
.TagClassName
{
border-color: #2051BB;
}
</style>