Shades of Cerulean Blue #2052CF
Tints of Cerulean Blue #2052CF
RGB
CMYK
RGB Variations
Color information
#2052CF (or 0x2052CF) is known color: Cerulean Blue. HEX triplet: 20, 52 and CF. RGB value is (32,82,207). Sum of RGB (Red+Green+Blue) = 32+82+207=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #2052CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2052CF is #DFAD30. Grayscale: #505050. Windows color (decimal): -14658865 or 13586976. OLE color: 13586976.
HSL color Cylindrical-coordinate representation of color #2052CF: hue angle of 222.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2052CF is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 82 | 207 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.19 |
| HSL | 222.86º | 0.73% | 0.47% | - |
| HSV(B) | 222.86º | 0.85% | 0.81% | - |
| XYZ | 14.88 | 10.85 | 60.34 | - |
| YUV | 81.3 | 198.94 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 207 | 0.85 | 0.60 | 0 | 0.19 | 222.86 | 0.73 | 0.47 |
| Hex | 20 | 52 | CF | 55 | 3C | 0 | 13 | DF | 49 | 2F |
| Octal | 40 | 122 | 317 | 125 | 74 | 0 | 23 | 337 | 111 | 57 |
| Binary | 100000 | 1010010 | 11001111 | 1010101 | 111100 | 0 | 10011 | 11011111 | 1001001 | 101111 |
Color Harmonies of #2052CF
Complementary color
Monochromatic Colors of #2052CF
Black with #2052CF
Text Example
Text Example
White with #2052CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2052CF; }
p { color: rgb(32,82,207); }
H1.HeaderClassName
{
color: #2052CF;
}
.AnyTagClassName
{
color: #2052CF;
}
</style>
background-color css
<style>
a { background-color: #2052CF; }
a { background-color: rgb(32,82,207); }
div.DivClassName
{
background-color: #2052CF;
}
.BgClassName
{
background-color: #2052CF;
}
</style>
border-color css
<style>
span { border-color: #2052CF; }
span { border-color: rgb(32,82,207); }
td.TdClassName
{
border-color: #2052CF;
}
.TagClassName
{
border-color: #2052CF;
}
</style>