Shades of Cerulean Blue #204DDE
Tints of Cerulean Blue #204DDE
RGB
CMYK
RGB Variations
Color information
#204DDE (or 0x204DDE) is known color: Cerulean Blue. HEX triplet: 20, 4D and DE. RGB value is (32,77,222). Sum of RGB (Red+Green+Blue) = 32+77+222=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #204DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DDE is #DFB221. Grayscale: #4F4F4F. Windows color (decimal): -14660130 or 14568736. OLE color: 14568736.
HSL color Cylindrical-coordinate representation of color #204DDE: hue angle of 225.79º 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 #204DDE is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 77 | 222 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.13 |
| HSL | 225.79º | 0.75% | 0.5% | - |
| HSV(B) | 225.79º | 0.86% | 0.87% | - |
| XYZ | 16.43 | 10.89 | 70.34 | - |
| YUV | 80.08 | 208.09 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 222 | 0.86 | 0.65 | 0 | 0.13 | 225.79 | 0.75 | 0.5 |
| Hex | 20 | 4D | DE | 56 | 41 | 0 | D | E2 | 4B | 32 |
| Octal | 40 | 115 | 336 | 126 | 101 | 0 | 15 | 342 | 113 | 62 |
| Binary | 100000 | 1001101 | 11011110 | 1010110 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110010 |
Color Harmonies of #204DDE
Complementary color
Monochromatic Colors of #204DDE
Black with #204DDE
Text Example
Text Example
White with #204DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DDE; }
p { color: rgb(32,77,222); }
H1.HeaderClassName
{
color: #204DDE;
}
.AnyTagClassName
{
color: #204DDE;
}
</style>
background-color css
<style>
a { background-color: #204DDE; }
a { background-color: rgb(32,77,222); }
div.DivClassName
{
background-color: #204DDE;
}
.BgClassName
{
background-color: #204DDE;
}
</style>
border-color css
<style>
span { border-color: #204DDE; }
span { border-color: rgb(32,77,222); }
td.TdClassName
{
border-color: #204DDE;
}
.TagClassName
{
border-color: #204DDE;
}
</style>