Html Css Color HEX #057FAA Cerulean

📋 copy color: '#057FAA'

red 5 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #057FAA

Tints of Cerulean #057FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 42.05%

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

R = 1.66%
G = 42.05%
B = 56.29%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057FAA (or 0x057FAA) is known color: Cerulean. HEX triplet: 05, 7F and AA. RGB value is (5,127,170). Sum of RGB (Red+Green+Blue) = 5+127+170=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #057FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057FAA is #FA8055. Grayscale: #5F5F5F. Windows color (decimal): -16416854 or 11173637. OLE color: 11173637.

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

Color convert

RGB 5 127 170 -
CMYK 0.97 0.25 0 0.33
HSL 195.64º 0.94% 0.34% -
HSV(B) 195.64º 0.97% 0.67% -
XYZ 14.91 18.11 40.74 -
YUV 95.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 5 127 170 0.97 0.25 0 0.33 195.64 0.94 0.34
Hex 5 7F AA 61 19 0 21 C4 5E 22
Octal 5 177 252 141 31 0 41 304 136 42
Binary 101 1111111 10101010 1100001 11001 0 100001 11000100 1011110 100010

Color Harmonies of #057FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FAA

Black with #057FAA

Text Example


Text Example

White with #057FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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