Shades of Cerulean Blue #204DCC
Tints of Cerulean Blue #204DCC
RGB
CMYK
RGB Variations
Color information
#204DCC (or 0x204DCC) is known color: Cerulean Blue. HEX triplet: 20, 4D and CC. RGB value is (32,77,204). Sum of RGB (Red+Green+Blue) = 32+77+204=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #204DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DCC is #DFB233. Grayscale: #4D4D4D. Windows color (decimal): -14660148 or 13389088. OLE color: 13389088.
HSL color Cylindrical-coordinate representation of color #204DCC: hue angle of 224.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204DCC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 77 | 204 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.2 |
| HSL | 224.3º | 0.73% | 0.46% | - |
| HSV(B) | 224.3º | 0.84% | 0.8% | - |
| XYZ | 14.15 | 9.97 | 58.31 | - |
| YUV | 78.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 204 | 0.84 | 0.62 | 0 | 0.2 | 224.3 | 0.73 | 0.46 |
| Hex | 20 | 4D | CC | 54 | 3E | 0 | 14 | E0 | 49 | 2E |
| Octal | 40 | 115 | 314 | 124 | 76 | 0 | 24 | 340 | 111 | 56 |
| Binary | 100000 | 1001101 | 11001100 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001001 | 101110 |
Color Harmonies of #204DCC
Complementary color
Monochromatic Colors of #204DCC
Black with #204DCC
Text Example
Text Example
White with #204DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204DCC; }
p { color: rgb(32,77,204); }
H1.HeaderClassName
{
color: #204DCC;
}
.AnyTagClassName
{
color: #204DCC;
}
</style>
background-color css
<style>
a { background-color: #204DCC; }
a { background-color: rgb(32,77,204); }
div.DivClassName
{
background-color: #204DCC;
}
.BgClassName
{
background-color: #204DCC;
}
</style>
border-color css
<style>
span { border-color: #204DCC; }
span { border-color: rgb(32,77,204); }
td.TdClassName
{
border-color: #204DCC;
}
.TagClassName
{
border-color: #204DCC;
}
</style>