Shades of Cerulean Blue #204ED0
Tints of Cerulean Blue #204ED0
RGB
CMYK
RGB Variations
Color information
#204ED0 (or 0x204ED0) is known color: Cerulean Blue. HEX triplet: 20, 4E and D0. RGB value is (32,78,208). Sum of RGB (Red+Green+Blue) = 32+78+208=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #204ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204ED0 is #DFB12F. Grayscale: #4E4E4E. Windows color (decimal): -14659888 or 13651488. OLE color: 13651488.
HSL color Cylindrical-coordinate representation of color #204ED0: hue angle of 224.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #204ED0 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 78 | 208 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.18 |
| HSL | 224.32º | 0.73% | 0.47% | - |
| HSV(B) | 224.32º | 0.85% | 0.82% | - |
| XYZ | 14.71 | 10.31 | 60.89 | - |
| YUV | 79.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 208 | 0.85 | 0.62 | 0 | 0.18 | 224.32 | 0.73 | 0.47 |
| Hex | 20 | 4E | D0 | 55 | 3E | 0 | 12 | E0 | 49 | 2F |
| Octal | 40 | 116 | 320 | 125 | 76 | 0 | 22 | 340 | 111 | 57 |
| Binary | 100000 | 1001110 | 11010000 | 1010101 | 111110 | 0 | 10010 | 11100000 | 1001001 | 101111 |
Color Harmonies of #204ED0
Complementary color
Monochromatic Colors of #204ED0
Black with #204ED0
Text Example
Text Example
White with #204ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204ED0; }
p { color: rgb(32,78,208); }
H1.HeaderClassName
{
color: #204ED0;
}
.AnyTagClassName
{
color: #204ED0;
}
</style>
background-color css
<style>
a { background-color: #204ED0; }
a { background-color: rgb(32,78,208); }
div.DivClassName
{
background-color: #204ED0;
}
.BgClassName
{
background-color: #204ED0;
}
</style>
border-color css
<style>
span { border-color: #204ED0; }
span { border-color: rgb(32,78,208); }
td.TdClassName
{
border-color: #204ED0;
}
.TagClassName
{
border-color: #204ED0;
}
</style>