#2857B7

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

Shades of Cerulean Blue #2857B7

Tints of Cerulean Blue #2857B7

Color information

#2857B7 (or 0x2857B7) is unknown color: approx Cerulean Blue. HEX triplet: 28, 57 and B7. RGB value is (40,87,183). Sum of RGB (Red+Green+Blue) = 40+87+183=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #2857B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857B7 is #D7A848. Grayscale: #535353. Windows color (decimal): -14133321 or 12015400. OLE color: 12015400.

HSL color Cylindrical-coordinate representation of color #2857B7: hue angle of 220.28º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2857B7 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB4087183-
CMYK0.780.5200.28
HSL220.28º64.13%43.73%-
HSV(B)220.28º78.14%71.76%-
XYZ12.8310.6946.19-
YUV83.89183.9396.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 183 (71.88% from 255) = 59.03%
R=12.90%
G=28.06%
B=59.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal40871830.780.5200.28220.2864.1343.73
Hex2857B74E3401Cdc402c
Octal501272671166403433410054
Binary1010001010111101101111001110110100011100110111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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