Shades of Cerulean Blue #2049DF
Tints of Cerulean Blue #2049DF
RGB
CMYK
RGB Variations
Color information
#2049DF (or 0x2049DF) is known color: Cerulean Blue. HEX triplet: 20, 49 and DF. RGB value is (32,73,223). Sum of RGB (Red+Green+Blue) = 32+73+223=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #2049DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2049DF is #DFB620. Grayscale: #4D4D4D. Windows color (decimal): -14661153 or 14633248. OLE color: 14633248.
HSL color Cylindrical-coordinate representation of color #2049DF: hue angle of 227.12º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2049DF is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 73 | 223 | - |
| CMYK | 0.86 | 0.67 | 0 | 0.13 |
| HSL | 227.12º | 0.75% | 0.5% | - |
| HSV(B) | 227.12º | 0.86% | 0.87% | - |
| XYZ | 16.3 | 10.4 | 70.96 | - |
| YUV | 77.84 | 209.92 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 223 | 0.86 | 0.67 | 0 | 0.13 | 227.12 | 0.75 | 0.5 |
| Hex | 20 | 49 | DF | 56 | 43 | 0 | D | E3 | 4B | 32 |
| Octal | 40 | 111 | 337 | 126 | 103 | 0 | 15 | 343 | 113 | 62 |
| Binary | 100000 | 1001001 | 11011111 | 1010110 | 1000011 | 0 | 1101 | 11100011 | 1001011 | 110010 |
Color Harmonies of #2049DF
Complementary color
Monochromatic Colors of #2049DF
Black with #2049DF
Text Example
Text Example
White with #2049DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049DF; }
p { color: rgb(32,73,223); }
H1.HeaderClassName
{
color: #2049DF;
}
.AnyTagClassName
{
color: #2049DF;
}
</style>
background-color css
<style>
a { background-color: #2049DF; }
a { background-color: rgb(32,73,223); }
div.DivClassName
{
background-color: #2049DF;
}
.BgClassName
{
background-color: #2049DF;
}
</style>
border-color css
<style>
span { border-color: #2049DF; }
span { border-color: rgb(32,73,223); }
td.TdClassName
{
border-color: #2049DF;
}
.TagClassName
{
border-color: #2049DF;
}
</style>