Shades of Cerulean Blue #2045DB
Tints of Cerulean Blue #2045DB
RGB
CMYK
RGB Variations
Color information
#2045DB (or 0x2045DB) is known color: Cerulean Blue. HEX triplet: 20, 45 and DB. RGB value is (32,69,219). Sum of RGB (Red+Green+Blue) = 32+69+219=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #2045DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2045DB is #DFBA24. Grayscale: #4A4A4A. Windows color (decimal): -14662181 or 14370080. OLE color: 14370080.
HSL color Cylindrical-coordinate representation of color #2045DB: hue angle of 228.13º 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 #2045DB is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 69 | 219 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.14 |
| HSL | 228.13º | 0.75% | 0.49% | - |
| HSV(B) | 228.13º | 0.85% | 0.86% | - |
| XYZ | 15.51 | 9.68 | 68.07 | - |
| YUV | 75.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 219 | 0.85 | 0.68 | 0 | 0.14 | 228.13 | 0.75 | 0.49 |
| Hex | 20 | 45 | DB | 55 | 44 | 0 | E | E4 | 4B | 31 |
| Octal | 40 | 105 | 333 | 125 | 104 | 0 | 16 | 344 | 113 | 61 |
| Binary | 100000 | 1000101 | 11011011 | 1010101 | 1000100 | 0 | 1110 | 11100100 | 1001011 | 110001 |
Color Harmonies of #2045DB
Complementary color
Monochromatic Colors of #2045DB
Black with #2045DB
Text Example
Text Example
White with #2045DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2045DB; }
p { color: rgb(32,69,219); }
H1.HeaderClassName
{
color: #2045DB;
}
.AnyTagClassName
{
color: #2045DB;
}
</style>
background-color css
<style>
a { background-color: #2045DB; }
a { background-color: rgb(32,69,219); }
div.DivClassName
{
background-color: #2045DB;
}
.BgClassName
{
background-color: #2045DB;
}
</style>
border-color css
<style>
span { border-color: #2045DB; }
span { border-color: rgb(32,69,219); }
td.TdClassName
{
border-color: #2045DB;
}
.TagClassName
{
border-color: #2045DB;
}
</style>