Shades of Cerulean Blue #204CDC
Tints of Cerulean Blue #204CDC
RGB
CMYK
RGB Variations
Color information
#204CDC (or 0x204CDC) is known color: Cerulean Blue. HEX triplet: 20, 4C and DC. RGB value is (32,76,220). Sum of RGB (Red+Green+Blue) = 32+76+220=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #204CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CDC is #DFB323. Grayscale: #4E4E4E. Windows color (decimal): -14660388 or 14437408. OLE color: 14437408.
HSL color Cylindrical-coordinate representation of color #204CDC: hue angle of 225.96º 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 #204CDC is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 76 | 220 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.14 |
| HSL | 225.96º | 0.75% | 0.49% | - |
| HSV(B) | 225.96º | 0.85% | 0.86% | - |
| XYZ | 16.1 | 10.64 | 68.92 | - |
| YUV | 79.26 | 207.42 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 220 | 0.85 | 0.65 | 0 | 0.14 | 225.96 | 0.75 | 0.49 |
| Hex | 20 | 4C | DC | 55 | 41 | 0 | E | E2 | 4B | 31 |
| Octal | 40 | 114 | 334 | 125 | 101 | 0 | 16 | 342 | 113 | 61 |
| Binary | 100000 | 1001100 | 11011100 | 1010101 | 1000001 | 0 | 1110 | 11100010 | 1001011 | 110001 |
Color Harmonies of #204CDC
Complementary color
Monochromatic Colors of #204CDC
Black with #204CDC
Text Example
Text Example
White with #204CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CDC; }
p { color: rgb(32,76,220); }
H1.HeaderClassName
{
color: #204CDC;
}
.AnyTagClassName
{
color: #204CDC;
}
</style>
background-color css
<style>
a { background-color: #204CDC; }
a { background-color: rgb(32,76,220); }
div.DivClassName
{
background-color: #204CDC;
}
.BgClassName
{
background-color: #204CDC;
}
</style>
border-color css
<style>
span { border-color: #204CDC; }
span { border-color: rgb(32,76,220); }
td.TdClassName
{
border-color: #204CDC;
}
.TagClassName
{
border-color: #204CDC;
}
</style>