Shades of Cerulean Blue #2052BF
Tints of Cerulean Blue #2052BF
RGB
CMYK
RGB Variations
Color information
#2052BF (or 0x2052BF) is known color: Cerulean Blue. HEX triplet: 20, 52 and BF. RGB value is (32,82,191). Sum of RGB (Red+Green+Blue) = 32+82+191=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #2052BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052BF is #DFAD40. Grayscale: #4E4E4E. Windows color (decimal): -14658881 or 12538400. OLE color: 12538400.
HSL color Cylindrical-coordinate representation of color #2052BF: hue angle of 221.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2052BF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 82 | 191 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.25 |
| HSL | 221.13º | 0.71% | 0.44% | - |
| HSV(B) | 221.13º | 0.83% | 0.75% | - |
| XYZ | 13.02 | 10.1 | 50.55 | - |
| YUV | 79.48 | 190.94 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 191 | 0.83 | 0.57 | 0 | 0.25 | 221.13 | 0.71 | 0.44 |
| Hex | 20 | 52 | BF | 53 | 39 | 0 | 19 | DD | 47 | 2C |
| Octal | 40 | 122 | 277 | 123 | 71 | 0 | 31 | 335 | 107 | 54 |
| Binary | 100000 | 1010010 | 10111111 | 1010011 | 111001 | 0 | 11001 | 11011101 | 1000111 | 101100 |
Color Harmonies of #2052BF
Complementary color
Monochromatic Colors of #2052BF
Black with #2052BF
Text Example
Text Example
White with #2052BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052BF; }
p { color: rgb(32,82,191); }
H1.HeaderClassName
{
color: #2052BF;
}
.AnyTagClassName
{
color: #2052BF;
}
</style>
background-color css
<style>
a { background-color: #2052BF; }
a { background-color: rgb(32,82,191); }
div.DivClassName
{
background-color: #2052BF;
}
.BgClassName
{
background-color: #2052BF;
}
</style>
border-color css
<style>
span { border-color: #2052BF; }
span { border-color: rgb(32,82,191); }
td.TdClassName
{
border-color: #2052BF;
}
.TagClassName
{
border-color: #2052BF;
}
</style>