#2157b2

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

Shades of Cerulean Blue #2157B2

Tints of Cerulean Blue #2157B2

Color information

#2157B2 (or 0x2157B2) is unknown color: approx Cerulean Blue. HEX triplet: 21, 57 and B2. RGB value is (33,87,178). Sum of RGB (Red+Green+Blue) = 33+87+178=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 178 (69.92% from 255 or 59.73% from 298); Max value from RGB is 178 - color contains mainly: blue. Hex color #2157B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157B2 is #DEA84D. Grayscale: #505050. Windows color (decimal): -14592078 or 11687713. OLE color: 11687713.

HSL color Cylindrical-coordinate representation of color #2157B2: hue angle of 217.66º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2157B2 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3387178-
CMYK0.810.5100.30
HSL217.66º68.72%41.37%-
HSV(B)217.66º81.46%69.8%-
XYZ12.0710.3543.48-
YUV81.23182.6193.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 178 (69.92% from 255) = 59.73%
R=11.07%
G=29.19%
B=59.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33871780.810.5100.30217.6668.7241.37
Hex2157B2513301Eda4529
Octal411272621216303633210551
Binary1000011010111101100101010001110011011110110110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2157b2; }

 p { color: rgb(33,87,178); }

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

<style>
 a { background-color: #2157b2; }

 a { background-color: rgb(33,87,178); }

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

<style>
 span { border-color: #2157b2; }

 span { border-color: rgb(33,87,178); }

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