#2055C8

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

Shades of Cerulean Blue #2055C8

Tints of Cerulean Blue #2055C8

Color information

#2055C8 (or 0x2055C8) is unknown color: approx Cerulean Blue. HEX triplet: 20, 55 and C8. RGB value is (32,85,200). Sum of RGB (Red+Green+Blue) = 32+85+200=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #2055C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2055C8 is #DFAA37. Grayscale: #515151. Windows color (decimal): -14658104 or 13128992. OLE color: 13128992.

HSL color Cylindrical-coordinate representation of color #2055C8: hue angle of 221.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2055C8 is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3285200-
CMYK0.840.5800.22
HSL221.07º72.41%45.49%-
HSV(B)221.07º84%78.43%-
XYZ14.2710.9756.01-
YUV82.26194.4492.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 200 (78.52% from 255) = 63.09%
R=10.09%
G=26.81%
B=63.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32852000.840.5800.22221.0772.4145.49
Hex2055C8543A016dd482d
Octal401253101247202633511055
Binary1000001010101110010001010100111010010110110111011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2055C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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