Shades of Cerulean Blue #2049CD
Tints of Cerulean Blue #2049CD
RGB
CMYK
RGB Variations
Color information
#2049CD (or 0x2049CD) is known color: Cerulean Blue. HEX triplet: 20, 49 and CD. RGB value is (32,73,205). Sum of RGB (Red+Green+Blue) = 32+73+205=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #2049CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049CD is #DFB632. Grayscale: #4B4B4B. Windows color (decimal): -14661171 or 13453600. OLE color: 13453600.
HSL color Cylindrical-coordinate representation of color #2049CD: hue angle of 225.78º 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 #2049CD is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 73 | 205 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.20 |
| HSL | 225.78º | 0.73% | 0.46% | - |
| HSV(B) | 225.78º | 0.84% | 0.8% | - |
| XYZ | 14 | 9.48 | 58.85 | - |
| YUV | 75.79 | 200.92 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 205 | 0.84 | 0.64 | 0 | 0.20 | 225.78 | 0.73 | 0.46 |
| Hex | 20 | 49 | CD | 54 | 40 | 0 | 14 | E2 | 49 | 2E |
| Octal | 40 | 111 | 315 | 124 | 100 | 0 | 24 | 342 | 111 | 56 |
| Binary | 100000 | 1001001 | 11001101 | 1010100 | 1000000 | 0 | 10100 | 11100010 | 1001001 | 101110 |
Color Harmonies of #2049CD
Complementary color
Monochromatic Colors of #2049CD
Black with #2049CD
Text Example
Text Example
White with #2049CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049CD; }
p { color: rgb(32,73,205); }
H1.HeaderClassName
{
color: #2049CD;
}
.AnyTagClassName
{
color: #2049CD;
}
</style>
background-color css
<style>
a { background-color: #2049CD; }
a { background-color: rgb(32,73,205); }
div.DivClassName
{
background-color: #2049CD;
}
.BgClassName
{
background-color: #2049CD;
}
</style>
border-color css
<style>
span { border-color: #2049CD; }
span { border-color: rgb(32,73,205); }
td.TdClassName
{
border-color: #2049CD;
}
.TagClassName
{
border-color: #2049CD;
}
</style>