Shades of Cerulean Blue #2048DB
Tints of Cerulean Blue #2048DB
RGB
CMYK
RGB Variations
Color information
#2048DB (or 0x2048DB) is known color: Cerulean Blue. HEX triplet: 20, 48 and DB. RGB value is (32,72,219). Sum of RGB (Red+Green+Blue) = 32+72+219=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #2048DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2048DB is #DFB724. Grayscale: #4C4C4C. Windows color (decimal): -14661413 or 14370848. OLE color: 14370848.
HSL color Cylindrical-coordinate representation of color #2048DB: hue angle of 227.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2048DB is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 72 | 219 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.14 |
| HSL | 227.17º | 0.75% | 0.49% | - |
| HSV(B) | 227.17º | 0.85% | 0.86% | - |
| XYZ | 15.7 | 10.06 | 68.13 | - |
| YUV | 76.8 | 208.25 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 219 | 0.85 | 0.67 | 0 | 0.14 | 227.17 | 0.75 | 0.49 |
| Hex | 20 | 48 | DB | 55 | 43 | 0 | E | E3 | 4B | 31 |
| Octal | 40 | 110 | 333 | 125 | 103 | 0 | 16 | 343 | 113 | 61 |
| Binary | 100000 | 1001000 | 11011011 | 1010101 | 1000011 | 0 | 1110 | 11100011 | 1001011 | 110001 |
Color Harmonies of #2048DB
Complementary color
Monochromatic Colors of #2048DB
Black with #2048DB
Text Example
Text Example
White with #2048DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2048DB; }
p { color: rgb(32,72,219); }
H1.HeaderClassName
{
color: #2048DB;
}
.AnyTagClassName
{
color: #2048DB;
}
</style>
background-color css
<style>
a { background-color: #2048DB; }
a { background-color: rgb(32,72,219); }
div.DivClassName
{
background-color: #2048DB;
}
.BgClassName
{
background-color: #2048DB;
}
</style>
border-color css
<style>
span { border-color: #2048DB; }
span { border-color: rgb(32,72,219); }
td.TdClassName
{
border-color: #2048DB;
}
.TagClassName
{
border-color: #2048DB;
}
</style>