#057DB6

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

Shades of Cerulean #057DB6

Tints of Cerulean #057DB6

Color information

#057DB6 (or 0x057DB6) is unknown color: approx Cerulean. HEX triplet: 05, 7D and B6. RGB value is (5,125,182). Sum of RGB (Red+Green+Blue) = 5+125+182=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #057DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DB6 is #FA8249. Grayscale: #5F5F5F. Windows color (decimal): -16417354 or 11959557. OLE color: 11959557.

HSL color Cylindrical-coordinate representation of color #057DB6: hue angle of 199.32º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057DB6 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5125182-
CMYK0.970.3100.29
HSL199.32º94.65%36.67%-
HSV(B)199.32º97.25%71.37%-
XYZ15.8418.0846.91-
YUV95.62176.7463.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 182 (71.48% from 255) = 58.33%
R=1.60%
G=40.06%
B=58.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51251820.970.3100.29199.3294.6536.67
Hex57DB6611F01Dc75f25
Octal51752661413703530713745
Binary101111110110110110110000111111011101110001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,125,182); }

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

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

 a { background-color: rgb(5,125,182); }

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

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

 span { border-color: rgb(5,125,182); }

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