Shades of Cerulean Blue #204FE0
Tints of Cerulean Blue #204FE0
RGB
CMYK
RGB Variations
Color information
#204FE0 (or 0x204FE0) is known color: Cerulean Blue. HEX triplet: 20, 4F and E0. RGB value is (32,79,224). Sum of RGB (Red+Green+Blue) = 32+79+224=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #204FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204FE0 is #DFB01F. Grayscale: #505050. Windows color (decimal): -14659616 or 14700320. OLE color: 14700320.
HSL color Cylindrical-coordinate representation of color #204FE0: hue angle of 225.31º 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 #204FE0 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 79 | 224 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.12 |
| HSL | 225.31º | 0.76% | 0.5% | - |
| HSV(B) | 225.31º | 0.86% | 0.88% | - |
| XYZ | 16.85 | 11.28 | 71.81 | - |
| YUV | 81.48 | 208.43 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 224 | 0.86 | 0.65 | 0 | 0.12 | 225.31 | 0.76 | 0.5 |
| Hex | 20 | 4F | E0 | 56 | 41 | 0 | C | E1 | 4C | 32 |
| Octal | 40 | 117 | 340 | 126 | 101 | 0 | 14 | 341 | 114 | 62 |
| Binary | 100000 | 1001111 | 11100000 | 1010110 | 1000001 | 0 | 1100 | 11100001 | 1001100 | 110010 |
Color Harmonies of #204FE0
Complementary color
Monochromatic Colors of #204FE0
Black with #204FE0
Text Example
Text Example
White with #204FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204FE0; }
p { color: rgb(32,79,224); }
H1.HeaderClassName
{
color: #204FE0;
}
.AnyTagClassName
{
color: #204FE0;
}
</style>
background-color css
<style>
a { background-color: #204FE0; }
a { background-color: rgb(32,79,224); }
div.DivClassName
{
background-color: #204FE0;
}
.BgClassName
{
background-color: #204FE0;
}
</style>
border-color css
<style>
span { border-color: #204FE0; }
span { border-color: rgb(32,79,224); }
td.TdClassName
{
border-color: #204FE0;
}
.TagClassName
{
border-color: #204FE0;
}
</style>