#2055A9

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

Shades of Cerulean Blue #2055A9

Tints of Cerulean Blue #2055A9

Color information

#2055A9 (or 0x2055A9) is unknown color: approx Cerulean Blue. HEX triplet: 20, 55 and A9. RGB value is (32,85,169). Sum of RGB (Red+Green+Blue) = 32+85+169=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #2055A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2055A9 is #DFAA56. Grayscale: #4E4E4E. Windows color (decimal): -14658135 or 11097376. OLE color: 11097376.

HSL color Cylindrical-coordinate representation of color #2055A9: hue angle of 216.79º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2055A9 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3285169-
CMYK0.810.5000.34
HSL216.79º68.16%39.41%-
HSV(B)216.79º81.07%66.27%-
XYZ11.019.6738.82-
YUV78.73178.9494.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.19%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=11.19%
G=29.72%
B=59.09%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal32851690.810.5000.34216.7968.1639.41
Hex2055A95132022d94427
Octal401252511216204233110447
Binary10000010101011010100110100011100100100010110110011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2055A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2055A9; }

 p { color: rgb(32,85,169); }

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

<style>
 a { background-color: #2055A9; }

 a { background-color: rgb(32,85,169); }

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

<style>
 span { border-color: #2055A9; }

 span { border-color: rgb(32,85,169); }

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