Html Css Color HEX #057DAE Cerulean

📋 copy color: '#057DAE'

red 5 ◦ green 125 ◦ blue 174

#057DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #057DAE

Tints of Cerulean #057DAE

RGB

 RED value IS 5 (2.34% from 255) = 1.64%

 GREEN value IS 125 (49.22% from 255) = 41.12%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 1.64%
G = 41.12%
B = 57.24%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#057DAE (or 0x057DAE) is known color: Cerulean. HEX triplet: 05, 7D and AE. RGB value is (5,125,174). Sum of RGB (Red+Green+Blue) = 5+125+174=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #057DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057DAE is #FA8251. Grayscale: #5E5E5E. Windows color (decimal): -16417362 or 11435269. OLE color: 11435269.

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

Color convert

RGB 5 125 174 -
CMYK 0.97 0.28 0 0.32
HSL 197.4º 0.94% 0.35% -
HSV(B) 197.4º 0.97% 0.68% -
XYZ 15.04 17.76 42.68 -
YUV 94.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 5 125 174 0.97 0.28 0 0.32 197.4 0.94 0.35
Hex 5 7D AE 61 1C 0 20 C5 5E 23
Octal 5 175 256 141 34 0 40 305 136 43
Binary 101 1111101 10101110 1100001 11100 0 100000 11000101 1011110 100011

Color Harmonies of #057DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DAE

Black with #057DAE

Text Example


Text Example

White with #057DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057DAE;
 }
 .AnyTagClassName
 {
   color: #057DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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