#057DB0

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

Shades of Cerulean #057DB0

Tints of Cerulean #057DB0

Color information

#057DB0 (or 0x057DB0) is unknown color: approx Cerulean. HEX triplet: 05, 7D and B0. RGB value is (5,125,176). Sum of RGB (Red+Green+Blue) = 5+125+176=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 176 (69.14% from 255 or 57.52% from 306); Max value from RGB is 176 - color contains mainly: blue. Hex color #057DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DB0 is #FA824F. Grayscale: #5E5E5E. Windows color (decimal): -16417360 or 11566341. OLE color: 11566341.

HSL color Cylindrical-coordinate representation of color #057DB0: hue angle of 197.89º 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 #057DB0 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5125176-
CMYK0.970.2900.31
HSL197.89º94.48%35.49%-
HSV(B)197.89º97.16%69.02%-
XYZ15.2317.8343.71-
YUV94.93173.7463.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 176 (69.14% from 255) = 57.52%
R=1.63%
G=40.85%
B=57.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51251760.970.2900.31197.8994.4835.49
Hex57DB0611D01Fc65e23
Octal51752601413503730613643
Binary101111110110110000110000111101011111110001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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