Shades of Cerulean Blue #2053CC
Tints of Cerulean Blue #2053CC
RGB
CMYK
RGB Variations
Color information
#2053CC (or 0x2053CC) is known color: Cerulean Blue. HEX triplet: 20, 53 and CC. RGB value is (32,83,204). Sum of RGB (Red+Green+Blue) = 32+83+204=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #2053CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2053CC is #DFAC33. Grayscale: #515151. Windows color (decimal): -14658612 or 13390624. OLE color: 13390624.
HSL color Cylindrical-coordinate representation of color #2053CC: hue angle of 222.21º 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 #2053CC is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 83 | 204 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.2 |
| HSL | 222.21º | 0.73% | 0.46% | - |
| HSV(B) | 222.21º | 0.84% | 0.8% | - |
| XYZ | 14.59 | 10.85 | 58.45 | - |
| YUV | 81.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 204 | 0.84 | 0.59 | 0 | 0.2 | 222.21 | 0.73 | 0.46 |
| Hex | 20 | 53 | CC | 54 | 3B | 0 | 14 | DE | 49 | 2E |
| Octal | 40 | 123 | 314 | 124 | 73 | 0 | 24 | 336 | 111 | 56 |
| Binary | 100000 | 1010011 | 11001100 | 1010100 | 111011 | 0 | 10100 | 11011110 | 1001001 | 101110 |
Color Harmonies of #2053CC
Complementary color
Monochromatic Colors of #2053CC
Black with #2053CC
Text Example
Text Example
White with #2053CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2053CC; }
p { color: rgb(32,83,204); }
H1.HeaderClassName
{
color: #2053CC;
}
.AnyTagClassName
{
color: #2053CC;
}
</style>
background-color css
<style>
a { background-color: #2053CC; }
a { background-color: rgb(32,83,204); }
div.DivClassName
{
background-color: #2053CC;
}
.BgClassName
{
background-color: #2053CC;
}
</style>
border-color css
<style>
span { border-color: #2053CC; }
span { border-color: rgb(32,83,204); }
td.TdClassName
{
border-color: #2053CC;
}
.TagClassName
{
border-color: #2053CC;
}
</style>