#204EB4

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

Shades of Cerulean Blue #204EB4

Tints of Cerulean Blue #204EB4

Color information

#204EB4 (or 0x204EB4) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4E and B4. RGB value is (32,78,180). Sum of RGB (Red+Green+Blue) = 32+78+180=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 180 (70.70% from 255 or 62.07% from 290); Max value from RGB is 180 - color contains mainly: blue. Hex color #204EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EB4 is #DFB14B. Grayscale: #4B4B4B. Windows color (decimal): -14659916 or 11816480. OLE color: 11816480.

HSL color Cylindrical-coordinate representation of color #204EB4: hue angle of 221.35º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #204EB4 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3278180-
CMYK0.820.5700.29
HSL221.35º69.81%41.57%-
HSV(B)221.35º82.22%70.59%-
XYZ11.569.0544.32-
YUV75.87186.7696.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 78 (30.86% from 255) = 26.90%
BLUE value IS 180 (70.70% from 255) = 62.07%
R=11.03%
G=26.90%
B=62.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal32781800.820.5700.29221.3569.8141.57
Hex204EB4523901Ddd462a
Octal401162641227103533510652
Binary1000001001110101101001010010111001011101110111011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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