#057EB0

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

Shades of Cerulean #057EB0

Tints of Cerulean #057EB0

Color information

#057EB0 (or 0x057EB0) is unknown color: approx Cerulean. HEX triplet: 05, 7E and B0. RGB value is (5,126,176). Sum of RGB (Red+Green+Blue) = 5+126+176=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #057EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057EB0 is #FA814F. Grayscale: #5F5F5F. Windows color (decimal): -16417104 or 11566597. OLE color: 11566597.

HSL color Cylindrical-coordinate representation of color #057EB0: hue angle of 197.54º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057EB0 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5126176-
CMYK0.970.2800.31
HSL197.54º94.48%35.49%-
HSV(B)197.54º97.16%69.02%-
XYZ15.3618.0943.76-
YUV95.52173.4163.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 176 (69.14% from 255) = 57.33%
R=1.63%
G=41.04%
B=57.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51261760.970.2800.31197.5494.4835.49
Hex57EB0611C01Fc65e23
Octal51762601413403730613643
Binary101111111010110000110000111100011111110001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,126,176); }

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

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

 a { background-color: rgb(5,126,176); }

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

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

 span { border-color: rgb(5,126,176); }

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