#204DE4

Color #204DE4 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #204DE4

Tints of Cerulean Blue #204DE4

Color information

#204DE4 (or 0x204DE4) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4D and E4. RGB value is (32,77,228). Sum of RGB (Red+Green+Blue) = 32+77+228=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 228 (89.45% from 255 or 67.66% from 337); Max value from RGB is 228 - color contains mainly: blue. Hex color #204DE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DE4 is #DFB21B. Grayscale: #505050. Windows color (decimal): -14660124 or 14961952. OLE color: 14961952.

HSL color Cylindrical-coordinate representation of color #204DE4: hue angle of 226.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #204DE4 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3277228-
CMYK0.860.6600.11
HSL226.22º78.4%50.98%-
HSV(B)226.22º85.96%89.41%-
XYZ17.2511.2274.65-
YUV80.76211.0993.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 228 (89.45% from 255) = 67.66%
R=9.50%
G=22.85%
B=67.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal32772280.860.6600.11226.2278.450.98
Hex204DE456420Be24e33
Octal4011534412610201334211663
Binary1000001001101111001001010110100001001011111000101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204DE4; }

 p { color: rgb(32,77,228); }

 H1.HeaderClassName
 {
   color: #204DE4;
 }
 .AnyTagClassName
 {
   color: #204DE4;
 }
</style>
background-color css

<style>
 a { background-color: #204DE4; }

 a { background-color: rgb(32,77,228); }

 div.DivClassName
 {
   background-color: #204DE4;
 }
 .BgClassName
 {
   background-color: #204DE4;
 }
</style>
border-color css

<style>
 span { border-color: #204DE4; }

 span { border-color: rgb(32,77,228); }

 td.TdClassName
 {
   border-color: #204DE4;
 }
 .TagClassName
 {
   border-color: #204DE4;
 }
</style>