Shades of Cerulean Blue #204CE1
Tints of Cerulean Blue #204CE1
RGB
CMYK
RGB Variations
Color information
#204CE1 (or 0x204CE1) is known color: Cerulean Blue. HEX triplet: 20, 4C and E1. RGB value is (32,76,225). Sum of RGB (Red+Green+Blue) = 32+76+225=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 225 (88.28% from 255 or 67.57% from 333); Max value from RGB is 225 - color contains mainly: blue. Hex color #204CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #204CE1 is #DFB31E. Grayscale: #4F4F4F. Windows color (decimal): -14660383 or 14765088. OLE color: 14765088.
HSL color Cylindrical-coordinate representation of color #204CE1: hue angle of 226.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204CE1 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 76 | 225 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.12 |
| HSL | 226.32º | 0.76% | 0.5% | - |
| HSV(B) | 226.32º | 0.86% | 0.88% | - |
| XYZ | 16.77 | 10.91 | 72.46 | - |
| YUV | 79.83 | 209.92 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 76 | 225 | 0.86 | 0.66 | 0 | 0.12 | 226.32 | 0.76 | 0.5 |
| Hex | 20 | 4C | E1 | 56 | 42 | 0 | C | E2 | 4C | 32 |
| Octal | 40 | 114 | 341 | 126 | 102 | 0 | 14 | 342 | 114 | 62 |
| Binary | 100000 | 1001100 | 11100001 | 1010110 | 1000010 | 0 | 1100 | 11100010 | 1001100 | 110010 |
Color Harmonies of #204CE1
Complementary color
Monochromatic Colors of #204CE1
Black with #204CE1
Text Example
Text Example
White with #204CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204CE1; }
p { color: rgb(32,76,225); }
H1.HeaderClassName
{
color: #204CE1;
}
.AnyTagClassName
{
color: #204CE1;
}
</style>
background-color css
<style>
a { background-color: #204CE1; }
a { background-color: rgb(32,76,225); }
div.DivClassName
{
background-color: #204CE1;
}
.BgClassName
{
background-color: #204CE1;
}
</style>
border-color css
<style>
span { border-color: #204CE1; }
span { border-color: rgb(32,76,225); }
td.TdClassName
{
border-color: #204CE1;
}
.TagClassName
{
border-color: #204CE1;
}
</style>