#2050AB

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

Shades of Cerulean Blue #2050AB

Tints of Cerulean Blue #2050AB

Color information

#2050AB (or 0x2050AB) is unknown color: approx Cerulean Blue. HEX triplet: 20, 50 and AB. RGB value is (32,80,171). Sum of RGB (Red+Green+Blue) = 32+80+171=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #2050AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2050AB is #DFAF54. Grayscale: #4B4B4B. Windows color (decimal): -14659413 or 11227168. OLE color: 11227168.

HSL color Cylindrical-coordinate representation of color #2050AB: hue angle of 219.28º 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 #2050AB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3280171-
CMYK0.810.5300.33
HSL219.28º68.47%39.8%-
HSV(B)219.28º81.29%67.06%-
XYZ10.828.9839.69-
YUV76.02181.696.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 171 (67.19% from 255) = 60.42%
R=11.31%
G=28.27%
B=60.42%

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
Decimal32801710.810.5300.33219.2868.4739.8
Hex2050AB5135021db4428
Octal401202531216504133310450
Binary10000010100001010101110100011101010100001110110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2050AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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