Shades of Cerulean Blue #204EDB
Tints of Cerulean Blue #204EDB
RGB
CMYK
RGB Variations
Color information
#204EDB (or 0x204EDB) is known color: Cerulean Blue. HEX triplet: 20, 4E and DB. RGB value is (32,78,219). Sum of RGB (Red+Green+Blue) = 32+78+219=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #204EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EDB is #DFB124. Grayscale: #4F4F4F. Windows color (decimal): -14659877 or 14372384. OLE color: 14372384.
HSL color Cylindrical-coordinate representation of color #204EDB: hue angle of 225.24º 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 #204EDB is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 78 | 219 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.14 |
| HSL | 225.24º | 0.75% | 0.49% | - |
| HSV(B) | 225.24º | 0.85% | 0.86% | - |
| XYZ | 16.11 | 10.87 | 68.27 | - |
| YUV | 80.32 | 206.26 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 219 | 0.85 | 0.64 | 0 | 0.14 | 225.24 | 0.75 | 0.49 |
| Hex | 20 | 4E | DB | 55 | 40 | 0 | E | E1 | 4B | 31 |
| Octal | 40 | 116 | 333 | 125 | 100 | 0 | 16 | 341 | 113 | 61 |
| Binary | 100000 | 1001110 | 11011011 | 1010101 | 1000000 | 0 | 1110 | 11100001 | 1001011 | 110001 |
Color Harmonies of #204EDB
Complementary color
Monochromatic Colors of #204EDB
Black with #204EDB
Text Example
Text Example
White with #204EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EDB; }
p { color: rgb(32,78,219); }
H1.HeaderClassName
{
color: #204EDB;
}
.AnyTagClassName
{
color: #204EDB;
}
</style>
background-color css
<style>
a { background-color: #204EDB; }
a { background-color: rgb(32,78,219); }
div.DivClassName
{
background-color: #204EDB;
}
.BgClassName
{
background-color: #204EDB;
}
</style>
border-color css
<style>
span { border-color: #204EDB; }
span { border-color: rgb(32,78,219); }
td.TdClassName
{
border-color: #204EDB;
}
.TagClassName
{
border-color: #204EDB;
}
</style>