Shades of Cerulean Blue #2057BB
Tints of Cerulean Blue #2057BB
RGB
CMYK
RGB Variations
Color information
#2057BB (or 0x2057BB) is known color: Cerulean Blue. HEX triplet: 20, 57 and BB. RGB value is (32,87,187). Sum of RGB (Red+Green+Blue) = 32+87+187=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2057BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2057BB is #DFA844. Grayscale: #515151. Windows color (decimal): -14657605 or 12277536. OLE color: 12277536.
HSL color Cylindrical-coordinate representation of color #2057BB: hue angle of 218.71º 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 #2057BB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 87 | 187 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.27 |
| HSL | 218.71º | 0.71% | 0.43% | - |
| HSV(B) | 218.71º | 0.83% | 0.73% | - |
| XYZ | 12.97 | 10.71 | 48.4 | - |
| YUV | 81.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 187 | 0.83 | 0.53 | 0 | 0.27 | 218.71 | 0.71 | 0.43 |
| Hex | 20 | 57 | BB | 53 | 35 | 0 | 1B | DB | 47 | 2B |
| Octal | 40 | 127 | 273 | 123 | 65 | 0 | 33 | 333 | 107 | 53 |
| Binary | 100000 | 1010111 | 10111011 | 1010011 | 110101 | 0 | 11011 | 11011011 | 1000111 | 101011 |
Color Harmonies of #2057BB
Complementary color
Monochromatic Colors of #2057BB
Black with #2057BB
Text Example
Text Example
White with #2057BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2057BB; }
p { color: rgb(32,87,187); }
H1.HeaderClassName
{
color: #2057BB;
}
.AnyTagClassName
{
color: #2057BB;
}
</style>
background-color css
<style>
a { background-color: #2057BB; }
a { background-color: rgb(32,87,187); }
div.DivClassName
{
background-color: #2057BB;
}
.BgClassName
{
background-color: #2057BB;
}
</style>
border-color css
<style>
span { border-color: #2057BB; }
span { border-color: rgb(32,87,187); }
td.TdClassName
{
border-color: #2057BB;
}
.TagClassName
{
border-color: #2057BB;
}
</style>