Html Css Color HEX #025C80 Blue Lagoon

📋 copy color: '#025C80'

red 2 ◦ green 92 ◦ blue 128

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

Shades of Blue Lagoon #025C80

Tints of Blue Lagoon #025C80

RGB

 RED value IS 2 (1.17% from 255) = 0.9%

 GREEN value IS 92 (36.33% from 255) = 41.44%

 BLUE value IS 128 (50.39% from 255) = 57.66%

R = 0.9%
G = 41.44%
B = 57.66%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#025C80 (or 0x025C80) is known color: Blue Lagoon. HEX triplet: 02, 5C and 80. RGB value is (2,92,128). Sum of RGB (Red+Green+Blue) = 2+92+128=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 128 (50.39% from 255 or 57.66% from 222); Max value from RGB is 128 - color contains mainly: blue. Hex color #025C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C80 is #FDA37F. Grayscale: #444444. Windows color (decimal): -16622464 or 8412162. OLE color: 8412162.

HSL color Cylindrical-coordinate representation of color #025C80: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C80 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 92 128 -
CMYK 0.98 0.28 0 0.50
HSL 197.14º 0.97% 0.25% -
HSV(B) 197.14º 0.98% 0.5% -
XYZ 7.75 9.23 21.79 -
YUV 69.19 161.18 80.07 -
System Red Green Blue C M Y K H S L
Decimal 2 92 128 0.98 0.28 0 0.50 197.14 0.97 0.25
Hex 2 5C 80 62 1C 0 32 C5 61 19
Octal 2 134 200 142 34 0 62 305 141 31
Binary 10 1011100 10000000 1100010 11100 0 110010 11000101 1100001 11001

Color Harmonies of #025C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C80

Black with #025C80

Text Example


Text Example

White with #025C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025C80; }

 p { color: rgb(2,92,128); }

 H1.HeaderClassName
 {
   color: #025C80;
 }
 .AnyTagClassName
 {
   color: #025C80;
 }
</style>

background-color css

<style>
 a { background-color: #025C80; }

 a { background-color: rgb(2,92,128); }

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

border-color css

<style>
 span { border-color: #025C80; }

 span { border-color: rgb(2,92,128); }

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