#057CB2

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

Shades of Cerulean #057CB2

Tints of Cerulean #057CB2

Color information

#057CB2 (or 0x057CB2) is unknown color: approx Cerulean. HEX triplet: 05, 7C and B2. RGB value is (5,124,178). Sum of RGB (Red+Green+Blue) = 5+124+178=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #057CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057CB2 is #FA834D. Grayscale: #5E5E5E. Windows color (decimal): -16417614 or 11697157. OLE color: 11697157.

HSL color Cylindrical-coordinate representation of color #057CB2: hue angle of 198.73º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057CB2 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5124178-
CMYK0.970.3000.30
HSL198.73º94.54%35.88%-
HSV(B)198.73º97.19%69.8%-
XYZ15.3117.6644.72-
YUV94.58175.0864.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 178 (69.92% from 255) = 57.98%
R=1.63%
G=40.39%
B=57.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal51241780.970.3000.30198.7394.5435.88
Hex57CB2611E01Ec75f24
Octal51742621413603630713744
Binary101111110010110010110000111110011110110001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057CB2; }

 p { color: rgb(5,124,178); }

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

<style>
 a { background-color: #057CB2; }

 a { background-color: rgb(5,124,178); }

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

<style>
 span { border-color: #057CB2; }

 span { border-color: rgb(5,124,178); }

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