Shades of Cerulean Blue #204DDB
Tints of Cerulean Blue #204DDB
RGB
CMYK
RGB Variations
Color information
#204DDB (or 0x204DDB) is known color: Cerulean Blue. HEX triplet: 20, 4D and DB. RGB value is (32,77,219). Sum of RGB (Red+Green+Blue) = 32+77+219=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #204DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DDB is #DFB224. Grayscale: #4F4F4F. Windows color (decimal): -14660133 or 14372128. OLE color: 14372128.
HSL color Cylindrical-coordinate representation of color #204DDB: hue angle of 225.56º 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 #204DDB is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 77 | 219 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.14 |
| HSL | 225.56º | 0.75% | 0.49% | - |
| HSV(B) | 225.56º | 0.85% | 0.86% | - |
| XYZ | 16.04 | 10.73 | 68.24 | - |
| YUV | 79.73 | 206.59 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 219 | 0.85 | 0.65 | 0 | 0.14 | 225.56 | 0.75 | 0.49 |
| Hex | 20 | 4D | DB | 55 | 41 | 0 | E | E2 | 4B | 31 |
| Octal | 40 | 115 | 333 | 125 | 101 | 0 | 16 | 342 | 113 | 61 |
| Binary | 100000 | 1001101 | 11011011 | 1010101 | 1000001 | 0 | 1110 | 11100010 | 1001011 | 110001 |
Color Harmonies of #204DDB
Complementary color
Monochromatic Colors of #204DDB
Black with #204DDB
Text Example
Text Example
White with #204DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DDB; }
p { color: rgb(32,77,219); }
H1.HeaderClassName
{
color: #204DDB;
}
.AnyTagClassName
{
color: #204DDB;
}
</style>
background-color css
<style>
a { background-color: #204DDB; }
a { background-color: rgb(32,77,219); }
div.DivClassName
{
background-color: #204DDB;
}
.BgClassName
{
background-color: #204DDB;
}
</style>
border-color css
<style>
span { border-color: #204DDB; }
span { border-color: rgb(32,77,219); }
td.TdClassName
{
border-color: #204DDB;
}
.TagClassName
{
border-color: #204DDB;
}
</style>