#204EAD

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

Shades of Cerulean Blue #204EAD

Tints of Cerulean Blue #204EAD

Color information

#204EAD (or 0x204EAD) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4E and AD. RGB value is (32,78,173). Sum of RGB (Red+Green+Blue) = 32+78+173=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #204EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204EAD is #DFB152. Grayscale: #4A4A4A. Windows color (decimal): -14659923 or 11357728. OLE color: 11357728.

HSL color Cylindrical-coordinate representation of color #204EAD: hue angle of 220.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204EAD is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3278173-
CMYK0.820.5500.32
HSL220.43º68.78%40.2%-
HSV(B)220.43º81.5%67.84%-
XYZ10.868.7740.66-
YUV75.08183.2697.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 173 (67.97% from 255) = 61.13%
R=11.31%
G=27.56%
B=61.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal32781730.820.5500.32220.4368.7840.2
Hex204EAD5237020dc4528
Octal401162551226704033410550
Binary10000010011101010110110100101101110100000110111001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,78,173); }

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

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

 a { background-color: rgb(32,78,173); }

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

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

 span { border-color: rgb(32,78,173); }

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