#204EB5

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

Shades of Cerulean Blue #204EB5

Tints of Cerulean Blue #204EB5

Color information

#204EB5 (or 0x204EB5) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4E and B5. RGB value is (32,78,181). Sum of RGB (Red+Green+Blue) = 32+78+181=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #204EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204EB5 is #DFB14A. Grayscale: #4B4B4B. Windows color (decimal): -14659915 or 11882016. OLE color: 11882016.

HSL color Cylindrical-coordinate representation of color #204EB5: hue angle of 221.48º 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 #204EB5 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3278181-
CMYK0.820.5700.29
HSL221.48º69.95%41.76%-
HSV(B)221.48º82.32%70.98%-
XYZ11.669.0944.86-
YUV75.99187.2696.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 78 (30.86% from 255) = 26.80%
BLUE value IS 181 (71.09% from 255) = 62.20%
R=11.00%
G=26.80%
B=62.20%

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
Decimal32781810.820.5700.29221.4869.9541.76
Hex204EB5523901Ddd462a
Octal401162651227103533510652
Binary1000001001110101101011010010111001011101110111011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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