#2157b3

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

Shades of Cerulean Blue #2157B3

Tints of Cerulean Blue #2157B3

Color information

#2157B3 (or 0x2157B3) is unknown color: approx Cerulean Blue. HEX triplet: 21, 57 and B3. RGB value is (33,87,179). Sum of RGB (Red+Green+Blue) = 33+87+179=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 179 (70.31% from 255 or 59.87% from 299); Max value from RGB is 179 - color contains mainly: blue. Hex color #2157B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2157B3 is #DEA84C. Grayscale: #505050. Windows color (decimal): -14592077 or 11753249. OLE color: 11753249.

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

Color convert

RGB3387179-
CMYK0.820.5100.30
HSL217.81º68.87%41.57%-
HSV(B)217.81º81.56%70.2%-
XYZ12.1710.3944.01-
YUV81.34183.1193.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 87 (34.38% from 255) = 29.10%
BLUE value IS 179 (70.31% from 255) = 59.87%
R=11.04%
G=29.10%
B=59.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33871790.820.5100.30217.8168.8741.57
Hex2157B3523301Eda452a
Octal411272631226303633210552
Binary1000011010111101100111010010110011011110110110101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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