Shades of Cerulean Blue #204EDF
Tints of Cerulean Blue #204EDF
RGB
CMYK
RGB Variations
Color information
#204EDF (or 0x204EDF) is known color: Cerulean Blue. HEX triplet: 20, 4E and DF. RGB value is (32,78,223). Sum of RGB (Red+Green+Blue) = 32+78+223=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #204EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EDF is #DFB120. Grayscale: #505050. Windows color (decimal): -14659873 or 14634528. OLE color: 14634528.
HSL color Cylindrical-coordinate representation of color #204EDF: hue angle of 225.55º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204EDF is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 78 | 223 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.13 |
| HSL | 225.55º | 0.75% | 0.5% | - |
| HSV(B) | 225.55º | 0.86% | 0.87% | - |
| XYZ | 16.64 | 11.08 | 71.07 | - |
| YUV | 80.78 | 208.26 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 223 | 0.86 | 0.65 | 0 | 0.13 | 225.55 | 0.75 | 0.5 |
| Hex | 20 | 4E | DF | 56 | 41 | 0 | D | E2 | 4B | 32 |
| Octal | 40 | 116 | 337 | 126 | 101 | 0 | 15 | 342 | 113 | 62 |
| Binary | 100000 | 1001110 | 11011111 | 1010110 | 1000001 | 0 | 1101 | 11100010 | 1001011 | 110010 |
Color Harmonies of #204EDF
Complementary color
Monochromatic Colors of #204EDF
Black with #204EDF
Text Example
Text Example
White with #204EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204EDF; }
p { color: rgb(32,78,223); }
H1.HeaderClassName
{
color: #204EDF;
}
.AnyTagClassName
{
color: #204EDF;
}
</style>
background-color css
<style>
a { background-color: #204EDF; }
a { background-color: rgb(32,78,223); }
div.DivClassName
{
background-color: #204EDF;
}
.BgClassName
{
background-color: #204EDF;
}
</style>
border-color css
<style>
span { border-color: #204EDF; }
span { border-color: rgb(32,78,223); }
td.TdClassName
{
border-color: #204EDF;
}
.TagClassName
{
border-color: #204EDF;
}
</style>