Shades of Cerulean Blue #2052CB
Tints of Cerulean Blue #2052CB
RGB
CMYK
RGB Variations
Color information
#2052CB (or 0x2052CB) is known color: Cerulean Blue. HEX triplet: 20, 52 and CB. RGB value is (32,82,203). Sum of RGB (Red+Green+Blue) = 32+82+203=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #2052CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052CB is #DFAD34. Grayscale: #505050. Windows color (decimal): -14658869 or 13324832. OLE color: 13324832.
HSL color Cylindrical-coordinate representation of color #2052CB: hue angle of 222.46º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2052CB is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 82 | 203 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.20 |
| HSL | 222.46º | 0.73% | 0.46% | - |
| HSV(B) | 222.46º | 0.84% | 0.8% | - |
| XYZ | 14.39 | 10.65 | 57.8 | - |
| YUV | 80.84 | 196.94 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 203 | 0.84 | 0.60 | 0 | 0.20 | 222.46 | 0.73 | 0.46 |
| Hex | 20 | 52 | CB | 54 | 3C | 0 | 14 | DE | 49 | 2E |
| Octal | 40 | 122 | 313 | 124 | 74 | 0 | 24 | 336 | 111 | 56 |
| Binary | 100000 | 1010010 | 11001011 | 1010100 | 111100 | 0 | 10100 | 11011110 | 1001001 | 101110 |
Color Harmonies of #2052CB
Complementary color
Monochromatic Colors of #2052CB
Black with #2052CB
Text Example
Text Example
White with #2052CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052CB; }
p { color: rgb(32,82,203); }
H1.HeaderClassName
{
color: #2052CB;
}
.AnyTagClassName
{
color: #2052CB;
}
</style>
background-color css
<style>
a { background-color: #2052CB; }
a { background-color: rgb(32,82,203); }
div.DivClassName
{
background-color: #2052CB;
}
.BgClassName
{
background-color: #2052CB;
}
</style>
border-color css
<style>
span { border-color: #2052CB; }
span { border-color: rgb(32,82,203); }
td.TdClassName
{
border-color: #2052CB;
}
.TagClassName
{
border-color: #2052CB;
}
</style>