Shades of Cerulean Blue #2052BC
Tints of Cerulean Blue #2052BC
RGB
CMYK
RGB Variations
Color information
#2052BC (or 0x2052BC) is known color: Cerulean Blue. HEX triplet: 20, 52 and BC. RGB value is (32,82,188). Sum of RGB (Red+Green+Blue) = 32+82+188=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #2052BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052BC is #DFAD43. Grayscale: #4E4E4E. Windows color (decimal): -14658884 or 12341792. OLE color: 12341792.
HSL color Cylindrical-coordinate representation of color #2052BC: hue angle of 220.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2052BC is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 82 | 188 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.26 |
| HSL | 220.77º | 0.71% | 0.43% | - |
| HSV(B) | 220.77º | 0.83% | 0.74% | - |
| XYZ | 12.69 | 9.97 | 48.83 | - |
| YUV | 79.13 | 189.44 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 188 | 0.83 | 0.56 | 0 | 0.26 | 220.77 | 0.71 | 0.43 |
| Hex | 20 | 52 | BC | 53 | 38 | 0 | 1A | DD | 47 | 2B |
| Octal | 40 | 122 | 274 | 123 | 70 | 0 | 32 | 335 | 107 | 53 |
| Binary | 100000 | 1010010 | 10111100 | 1010011 | 111000 | 0 | 11010 | 11011101 | 1000111 | 101011 |
Color Harmonies of #2052BC
Complementary color
Monochromatic Colors of #2052BC
Black with #2052BC
Text Example
Text Example
White with #2052BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052BC; }
p { color: rgb(32,82,188); }
H1.HeaderClassName
{
color: #2052BC;
}
.AnyTagClassName
{
color: #2052BC;
}
</style>
background-color css
<style>
a { background-color: #2052BC; }
a { background-color: rgb(32,82,188); }
div.DivClassName
{
background-color: #2052BC;
}
.BgClassName
{
background-color: #2052BC;
}
</style>
border-color css
<style>
span { border-color: #2052BC; }
span { border-color: rgb(32,82,188); }
td.TdClassName
{
border-color: #2052BC;
}
.TagClassName
{
border-color: #2052BC;
}
</style>