Shades of Cerulean Blue #204DC0
Tints of Cerulean Blue #204DC0
RGB
CMYK
RGB Variations
Color information
#204DC0 (or 0x204DC0) is known color: Cerulean Blue. HEX triplet: 20, 4D and C0. RGB value is (32,77,192). Sum of RGB (Red+Green+Blue) = 32+77+192=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #204DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DC0 is #DFB23F. Grayscale: #4C4C4C. Windows color (decimal): -14660160 or 12602656. OLE color: 12602656.
HSL color Cylindrical-coordinate representation of color #204DC0: hue angle of 223.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #204DC0 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 77 | 192 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.25 |
| HSL | 223.13º | 0.71% | 0.44% | - |
| HSV(B) | 223.13º | 0.83% | 0.75% | - |
| XYZ | 12.76 | 9.42 | 51.01 | - |
| YUV | 76.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 192 | 0.83 | 0.60 | 0 | 0.25 | 223.13 | 0.71 | 0.44 |
| Hex | 20 | 4D | C0 | 53 | 3C | 0 | 19 | DF | 47 | 2C |
| Octal | 40 | 115 | 300 | 123 | 74 | 0 | 31 | 337 | 107 | 54 |
| Binary | 100000 | 1001101 | 11000000 | 1010011 | 111100 | 0 | 11001 | 11011111 | 1000111 | 101100 |
Color Harmonies of #204DC0
Complementary color
Monochromatic Colors of #204DC0
Black with #204DC0
Text Example
Text Example
White with #204DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DC0; }
p { color: rgb(32,77,192); }
H1.HeaderClassName
{
color: #204DC0;
}
.AnyTagClassName
{
color: #204DC0;
}
</style>
background-color css
<style>
a { background-color: #204DC0; }
a { background-color: rgb(32,77,192); }
div.DivClassName
{
background-color: #204DC0;
}
.BgClassName
{
background-color: #204DC0;
}
</style>
border-color css
<style>
span { border-color: #204DC0; }
span { border-color: rgb(32,77,192); }
td.TdClassName
{
border-color: #204DC0;
}
.TagClassName
{
border-color: #204DC0;
}
</style>