Html Css Color HEX #057AAA Cerulean

📋 copy color: '#057AAA'

red 5 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #057AAA

Tints of Cerulean #057AAA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.08%

 BLUE value IS 170 (66.8% from 255) = 57.24%

R = 1.68%
G = 41.08%
B = 57.24%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057AAA (or 0x057AAA) is known color: Cerulean. HEX triplet: 05, 7A and AA. RGB value is (5,122,170). Sum of RGB (Red+Green+Blue) = 5+122+170=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #057AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AAA is #FA8555. Grayscale: #5C5C5C. Windows color (decimal): -16418134 or 11172357. OLE color: 11172357.

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

Color convert

RGB 5 122 170 -
CMYK 0.97 0.28 0 0.33
HSL 197.45º 0.94% 0.34% -
HSV(B) 197.45º 0.97% 0.67% -
XYZ 14.28 16.85 40.53 -
YUV 92.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 5 122 170 0.97 0.28 0 0.33 197.45 0.94 0.34
Hex 5 7A AA 61 1C 0 21 C5 5E 22
Octal 5 172 252 141 34 0 41 305 136 42
Binary 101 1111010 10101010 1100001 11100 0 100001 11000101 1011110 100010

Color Harmonies of #057AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AAA

Black with #057AAA

Text Example


Text Example

White with #057AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,122,170); }

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

background-color css

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

 a { background-color: rgb(5,122,170); }

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

border-color css

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

 span { border-color: rgb(5,122,170); }

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