#2050AA

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

Shades of Cerulean Blue #2050AA

Tints of Cerulean Blue #2050AA

Color information

#2050AA (or 0x2050AA) is unknown color: approx Cerulean Blue. HEX triplet: 20, 50 and AA. RGB value is (32,80,170). Sum of RGB (Red+Green+Blue) = 32+80+170=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #2050AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AA is #DFAF55. Grayscale: #4B4B4B. Windows color (decimal): -14659414 or 11161632. OLE color: 11161632.

HSL color Cylindrical-coordinate representation of color #2050AA: hue angle of 219.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2050AA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3280170-
CMYK0.810.5300.33
HSL219.13º68.32%39.61%-
HSV(B)219.13º81.18%66.67%-
XYZ10.728.9539.19-
YUV75.91181.196.68-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.35%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 170 (66.80% from 255) = 60.28%
R=11.35%
G=28.37%
B=60.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal32801700.810.5300.33219.1368.3239.61
Hex2050AA5135021db4428
Octal401202521216504133310450
Binary10000010100001010101010100011101010100001110110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2050AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2050AA; }

 p { color: rgb(32,80,170); }

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

<style>
 a { background-color: #2050AA; }

 a { background-color: rgb(32,80,170); }

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

<style>
 span { border-color: #2050AA; }

 span { border-color: rgb(32,80,170); }

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