#204DB5

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

Shades of Cerulean Blue #204DB5

Tints of Cerulean Blue #204DB5

Color information

#204DB5 (or 0x204DB5) is unknown color: approx Cerulean Blue. HEX triplet: 20, 4D and B5. RGB value is (32,77,181). Sum of RGB (Red+Green+Blue) = 32+77+181=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 181 (71.09% from 255 or 62.41% from 290); Max value from RGB is 181 - color contains mainly: blue. Hex color #204DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #204DB5 is #DFB24A. Grayscale: #4A4A4A. Windows color (decimal): -14660171 or 11881760. OLE color: 11881760.

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

Color convert

RGB3277181-
CMYK0.820.5700.29
HSL221.88º69.95%41.76%-
HSV(B)221.88º82.32%70.98%-
XYZ11.598.9544.83-
YUV75.4187.5997.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.03%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 181 (71.09% from 255) = 62.41%
R=11.03%
G=26.55%
B=62.41%

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
Decimal32771810.820.5700.29221.8869.9541.76
Hex204DB5523901Dde462a
Octal401152651227103533610652
Binary1000001001101101101011010010111001011101110111101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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