Shades of Cerulean Blue #2051BA
Tints of Cerulean Blue #2051BA
RGB
CMYK
RGB Variations
Color information
#2051BA (or 0x2051BA) is known color: Cerulean Blue. HEX triplet: 20, 51 and BA. RGB value is (32,81,186). Sum of RGB (Red+Green+Blue) = 32+81+186=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #2051BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2051BA is #DFAE45. Grayscale: #4D4D4D. Windows color (decimal): -14659142 or 12210464. OLE color: 12210464.
HSL color Cylindrical-coordinate representation of color #2051BA: hue angle of 220.91º 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 #2051BA is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 81 | 186 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.27 |
| HSL | 220.91º | 0.71% | 0.43% | - |
| HSV(B) | 220.91º | 0.83% | 0.73% | - |
| XYZ | 12.4 | 9.74 | 47.68 | - |
| YUV | 78.32 | 188.77 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 186 | 0.83 | 0.56 | 0 | 0.27 | 220.91 | 0.71 | 0.43 |
| Hex | 20 | 51 | BA | 53 | 38 | 0 | 1B | DD | 47 | 2B |
| Octal | 40 | 121 | 272 | 123 | 70 | 0 | 33 | 335 | 107 | 53 |
| Binary | 100000 | 1010001 | 10111010 | 1010011 | 111000 | 0 | 11011 | 11011101 | 1000111 | 101011 |
Color Harmonies of #2051BA
Complementary color
Monochromatic Colors of #2051BA
Black with #2051BA
Text Example
Text Example
White with #2051BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2051BA; }
p { color: rgb(32,81,186); }
H1.HeaderClassName
{
color: #2051BA;
}
.AnyTagClassName
{
color: #2051BA;
}
</style>
background-color css
<style>
a { background-color: #2051BA; }
a { background-color: rgb(32,81,186); }
div.DivClassName
{
background-color: #2051BA;
}
.BgClassName
{
background-color: #2051BA;
}
</style>
border-color css
<style>
span { border-color: #2051BA; }
span { border-color: rgb(32,81,186); }
td.TdClassName
{
border-color: #2051BA;
}
.TagClassName
{
border-color: #2051BA;
}
</style>