Shades of Cerulean Blue #2049CC
Tints of Cerulean Blue #2049CC
RGB
CMYK
RGB Variations
Color information
#2049CC (or 0x2049CC) is known color: Cerulean Blue. HEX triplet: 20, 49 and CC. RGB value is (32,73,204). Sum of RGB (Red+Green+Blue) = 32+73+204=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #2049CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049CC is #DFB633. Grayscale: #4B4B4B. Windows color (decimal): -14661172 or 13388064. OLE color: 13388064.
HSL color Cylindrical-coordinate representation of color #2049CC: hue angle of 225.7º 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 #2049CC is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 73 | 204 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.2 |
| HSL | 225.7º | 0.73% | 0.46% | - |
| HSV(B) | 225.7º | 0.84% | 0.8% | - |
| XYZ | 13.88 | 9.43 | 58.22 | - |
| YUV | 75.68 | 200.42 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 204 | 0.84 | 0.64 | 0 | 0.2 | 225.7 | 0.73 | 0.46 |
| Hex | 20 | 49 | CC | 54 | 40 | 0 | 14 | E2 | 49 | 2E |
| Octal | 40 | 111 | 314 | 124 | 100 | 0 | 24 | 342 | 111 | 56 |
| Binary | 100000 | 1001001 | 11001100 | 1010100 | 1000000 | 0 | 10100 | 11100010 | 1001001 | 101110 |
Color Harmonies of #2049CC
Complementary color
Monochromatic Colors of #2049CC
Black with #2049CC
Text Example
Text Example
White with #2049CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049CC; }
p { color: rgb(32,73,204); }
H1.HeaderClassName
{
color: #2049CC;
}
.AnyTagClassName
{
color: #2049CC;
}
</style>
background-color css
<style>
a { background-color: #2049CC; }
a { background-color: rgb(32,73,204); }
div.DivClassName
{
background-color: #2049CC;
}
.BgClassName
{
background-color: #2049CC;
}
</style>
border-color css
<style>
span { border-color: #2049CC; }
span { border-color: rgb(32,73,204); }
td.TdClassName
{
border-color: #2049CC;
}
.TagClassName
{
border-color: #2049CC;
}
</style>