Html Css Color HEX #057EAE Cerulean

📋 copy color: '#057EAE'

red 5 ◦ green 126 ◦ blue 174

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

Shades of Cerulean #057EAE

Tints of Cerulean #057EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 1.64%
G = 41.31%
B = 57.05%

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

#057EAE (or 0x057EAE) is known color: Cerulean. HEX triplet: 05, 7E and AE. RGB value is (5,126,174). Sum of RGB (Red+Green+Blue) = 5+126+174=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #057EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057EAE is #FA8151. Grayscale: #5E5E5E. Windows color (decimal): -16417106 or 11435525. OLE color: 11435525.

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

Color convert

RGB 5 126 174 -
CMYK 0.97 0.28 0 0.32
HSL 197.04º 0.94% 0.35% -
HSV(B) 197.04º 0.97% 0.68% -
XYZ 15.16 18.01 42.72 -
YUV 95.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 5 126 174 0.97 0.28 0 0.32 197.04 0.94 0.35
Hex 5 7E AE 61 1C 0 20 C5 5E 23
Octal 5 176 256 141 34 0 40 305 136 43
Binary 101 1111110 10101110 1100001 11100 0 100000 11000101 1011110 100011

Color Harmonies of #057EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EAE

Black with #057EAE

Text Example


Text Example

White with #057EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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