Shades of Cerulean Blue #204DDD
Tints of Cerulean Blue #204DDD
RGB
CMYK
RGB Variations
Color information
#204DDD (or 0x204DDD) is known color: Cerulean Blue. HEX triplet: 20, 4D and DD. RGB value is (32,77,221). Sum of RGB (Red+Green+Blue) = 32+77+221=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 221 (86.72% from 255 or 66.97% from 330); Max value from RGB is 221 - color contains mainly: blue. Hex color #204DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DDD is #DFB222. Grayscale: #4F4F4F. Windows color (decimal): -14660131 or 14503200. OLE color: 14503200.
HSL color Cylindrical-coordinate representation of color #204DDD: hue angle of 225.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204DDD is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 77 | 221 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.13 |
| HSL | 225.71º | 0.75% | 0.5% | - |
| HSV(B) | 225.71º | 0.86% | 0.87% | - |
| XYZ | 16.3 | 10.84 | 69.64 | - |
| YUV | 79.96 | 207.59 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 221 | 0.86 | 0.65 | 0 | 0.13 | 225.71 | 0.75 | 0.5 |
| Hex | 20 | 4D | DD | 56 | 41 | 0 | D | E2 | 4B | 32 |
| Octal | 40 | 115 | 335 | 126 | 101 | 0 | 15 | 342 | 113 | 62 |
| Binary | 100000 | 1001101 | 11011101 | 1010110 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110010 |
Color Harmonies of #204DDD
Complementary color
Monochromatic Colors of #204DDD
Black with #204DDD
Text Example
Text Example
White with #204DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DDD; }
p { color: rgb(32,77,221); }
H1.HeaderClassName
{
color: #204DDD;
}
.AnyTagClassName
{
color: #204DDD;
}
</style>
background-color css
<style>
a { background-color: #204DDD; }
a { background-color: rgb(32,77,221); }
div.DivClassName
{
background-color: #204DDD;
}
.BgClassName
{
background-color: #204DDD;
}
</style>
border-color css
<style>
span { border-color: #204DDD; }
span { border-color: rgb(32,77,221); }
td.TdClassName
{
border-color: #204DDD;
}
.TagClassName
{
border-color: #204DDD;
}
</style>