Shades of Cerulean Blue #204ECD
Tints of Cerulean Blue #204ECD
RGB
CMYK
RGB Variations
Color information
#204ECD (or 0x204ECD) is known color: Cerulean Blue. HEX triplet: 20, 4E and CD. RGB value is (32,78,205). Sum of RGB (Red+Green+Blue) = 32+78+205=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #204ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204ECD is #DFB132. Grayscale: #4E4E4E. Windows color (decimal): -14659891 or 13454880. OLE color: 13454880.
HSL color Cylindrical-coordinate representation of color #204ECD: hue angle of 224.05º 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 #204ECD is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 78 | 205 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.20 |
| HSL | 224.05º | 0.73% | 0.46% | - |
| HSV(B) | 224.05º | 0.84% | 0.8% | - |
| XYZ | 14.34 | 10.16 | 58.96 | - |
| YUV | 78.72 | 199.26 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 205 | 0.84 | 0.62 | 0 | 0.20 | 224.05 | 0.73 | 0.46 |
| Hex | 20 | 4E | CD | 54 | 3E | 0 | 14 | E0 | 49 | 2E |
| Octal | 40 | 116 | 315 | 124 | 76 | 0 | 24 | 340 | 111 | 56 |
| Binary | 100000 | 1001110 | 11001101 | 1010100 | 111110 | 0 | 10100 | 11100000 | 1001001 | 101110 |
Color Harmonies of #204ECD
Complementary color
Monochromatic Colors of #204ECD
Black with #204ECD
Text Example
Text Example
White with #204ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ECD; }
p { color: rgb(32,78,205); }
H1.HeaderClassName
{
color: #204ECD;
}
.AnyTagClassName
{
color: #204ECD;
}
</style>
background-color css
<style>
a { background-color: #204ECD; }
a { background-color: rgb(32,78,205); }
div.DivClassName
{
background-color: #204ECD;
}
.BgClassName
{
background-color: #204ECD;
}
</style>
border-color css
<style>
span { border-color: #204ECD; }
span { border-color: rgb(32,78,205); }
td.TdClassName
{
border-color: #204ECD;
}
.TagClassName
{
border-color: #204ECD;
}
</style>