#2857B0

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

Shades of Cerulean Blue #2857B0

Tints of Cerulean Blue #2857B0

Color information

#2857B0 (or 0x2857B0) is unknown color: approx Cerulean Blue. HEX triplet: 28, 57 and B0. RGB value is (40,87,176). Sum of RGB (Red+Green+Blue) = 40+87+176=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 176 (69.14% from 255 or 58.09% from 303); Max value from RGB is 176 - color contains mainly: blue. Hex color #2857B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2857B0 is #D7A84F. Grayscale: #525252. Windows color (decimal): -14133328 or 11556648. OLE color: 11556648.

HSL color Cylindrical-coordinate representation of color #2857B0: hue angle of 219.26º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2857B0 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4087176-
CMYK0.770.5100.31
HSL219.26º62.96%42.35%-
HSV(B)219.26º77.27%69.02%-
XYZ12.1210.442.44-
YUV83.09180.4397.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.20%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 176 (69.14% from 255) = 58.09%
R=13.20%
G=28.71%
B=58.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40871760.770.5100.31219.2662.9642.35
Hex2857B04D3301Fdb3f2a
Octal50127260115630373337752
Binary101000101011110110000100110111001101111111011011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2857B0; }

 p { color: rgb(40,87,176); }

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

<style>
 a { background-color: #2857B0; }

 a { background-color: rgb(40,87,176); }

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

<style>
 span { border-color: #2857B0; }

 span { border-color: rgb(40,87,176); }

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