Shades of Cerulean Blue #204EC7
Tints of Cerulean Blue #204EC7
RGB
CMYK
RGB Variations
Color information
#204EC7 (or 0x204EC7) is known color: Cerulean Blue. HEX triplet: 20, 4E and C7. RGB value is (32,78,199). Sum of RGB (Red+Green+Blue) = 32+78+199=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #204EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EC7 is #DFB138. Grayscale: #4D4D4D. Windows color (decimal): -14659897 or 13061664. OLE color: 13061664.
HSL color Cylindrical-coordinate representation of color #204EC7: hue angle of 223.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #204EC7 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 78 | 199 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.22 |
| HSL | 223.47º | 0.72% | 0.45% | - |
| HSV(B) | 223.47º | 0.84% | 0.78% | - |
| XYZ | 13.63 | 9.88 | 55.22 | - |
| YUV | 78.04 | 196.26 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 199 | 0.84 | 0.61 | 0 | 0.22 | 223.47 | 0.72 | 0.45 |
| Hex | 20 | 4E | C7 | 54 | 3D | 0 | 16 | DF | 48 | 2D |
| Octal | 40 | 116 | 307 | 124 | 75 | 0 | 26 | 337 | 110 | 55 |
| Binary | 100000 | 1001110 | 11000111 | 1010100 | 111101 | 0 | 10110 | 11011111 | 1001000 | 101101 |
Color Harmonies of #204EC7
Complementary color
Monochromatic Colors of #204EC7
Black with #204EC7
Text Example
Text Example
White with #204EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EC7; }
p { color: rgb(32,78,199); }
H1.HeaderClassName
{
color: #204EC7;
}
.AnyTagClassName
{
color: #204EC7;
}
</style>
background-color css
<style>
a { background-color: #204EC7; }
a { background-color: rgb(32,78,199); }
div.DivClassName
{
background-color: #204EC7;
}
.BgClassName
{
background-color: #204EC7;
}
</style>
border-color css
<style>
span { border-color: #204EC7; }
span { border-color: rgb(32,78,199); }
td.TdClassName
{
border-color: #204EC7;
}
.TagClassName
{
border-color: #204EC7;
}
</style>