Shades of Cerulean Blue #2047DB
Tints of Cerulean Blue #2047DB
RGB
CMYK
RGB Variations
Color information
#2047DB (or 0x2047DB) is known color: Cerulean Blue. HEX triplet: 20, 47 and DB. RGB value is (32,71,219). Sum of RGB (Red+Green+Blue) = 32+71+219=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #2047DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2047DB is #DFB824. Grayscale: #4B4B4B. Windows color (decimal): -14661669 or 14370592. OLE color: 14370592.
HSL color Cylindrical-coordinate representation of color #2047DB: hue angle of 227.49º 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 #2047DB is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 71 | 219 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.14 |
| HSL | 227.49º | 0.75% | 0.49% | - |
| HSV(B) | 227.49º | 0.85% | 0.86% | - |
| XYZ | 15.64 | 9.93 | 68.11 | - |
| YUV | 76.21 | 208.58 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 219 | 0.85 | 0.68 | 0 | 0.14 | 227.49 | 0.75 | 0.49 |
| Hex | 20 | 47 | DB | 55 | 44 | 0 | E | E3 | 4B | 31 |
| Octal | 40 | 107 | 333 | 125 | 104 | 0 | 16 | 343 | 113 | 61 |
| Binary | 100000 | 1000111 | 11011011 | 1010101 | 1000100 | 0 | 1110 | 11100011 | 1001011 | 110001 |
Color Harmonies of #2047DB
Complementary color
Monochromatic Colors of #2047DB
Black with #2047DB
Text Example
Text Example
White with #2047DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2047DB; }
p { color: rgb(32,71,219); }
H1.HeaderClassName
{
color: #2047DB;
}
.AnyTagClassName
{
color: #2047DB;
}
</style>
background-color css
<style>
a { background-color: #2047DB; }
a { background-color: rgb(32,71,219); }
div.DivClassName
{
background-color: #2047DB;
}
.BgClassName
{
background-color: #2047DB;
}
</style>
border-color css
<style>
span { border-color: #2047DB; }
span { border-color: rgb(32,71,219); }
td.TdClassName
{
border-color: #2047DB;
}
.TagClassName
{
border-color: #2047DB;
}
</style>