#2857BC

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

Shades of Cerulean Blue #2857BC

Tints of Cerulean Blue #2857BC

Color information

#2857BC (or 0x2857BC) is unknown color: approx Cerulean Blue. HEX triplet: 28, 57 and BC. RGB value is (40,87,188). Sum of RGB (Red+Green+Blue) = 40+87+188=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #2857BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2857BC is #D7A843. Grayscale: #545454. Windows color (decimal): -14133316 or 12343080. OLE color: 12343080.

HSL color Cylindrical-coordinate representation of color #2857BC: hue angle of 220.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2857BC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4087188-
CMYK0.790.5400.26
HSL220.95º64.91%44.71%-
HSV(B)220.95º78.72%73.73%-
XYZ13.3610.948.98-
YUV84.46186.4396.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=12.70%
G=27.62%
B=59.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal40871880.790.5400.26220.9564.9144.71
Hex2857BC4F3601Add412d
Octal501272741176603233510155
Binary1010001010111101111001001111110110011010110111011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2857BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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