Html Css Color HEX #025E7F Blue Lagoon

📋 copy color: '#025E7F'

red 2 ◦ green 94 ◦ blue 127

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

Shades of Blue Lagoon #025E7F

Tints of Blue Lagoon #025E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 42.15%

 BLUE value IS 127 (50% from 255) = 56.95%

R = 0.9%
G = 42.15%
B = 56.95%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#025E7F (or 0x025E7F) is known color: Blue Lagoon. HEX triplet: 02, 5E and 7F. RGB value is (2,94,127). Sum of RGB (Red+Green+Blue) = 2+94+127=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #025E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E7F is #FDA180. Grayscale: #464646. Windows color (decimal): -16621953 or 8347138. OLE color: 8347138.

HSL color Cylindrical-coordinate representation of color #025E7F: hue angle of 195.84º 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 #025E7F is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 94 127 -
CMYK 0.98 0.26 0 0.50
HSL 195.84º 0.97% 0.25% -
HSV(B) 195.84º 0.98% 0.5% -
XYZ 7.86 9.55 21.51 -
YUV 70.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 2 94 127 0.98 0.26 0 0.50 195.84 0.97 0.25
Hex 2 5E 7F 62 1A 0 32 C4 61 19
Octal 2 136 177 142 32 0 62 304 141 31
Binary 10 1011110 1111111 1100010 11010 0 110010 11000100 1100001 11001

Color Harmonies of #025E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E7F

Black with #025E7F

Text Example


Text Example

White with #025E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,94,127); }

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

background-color css

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

 a { background-color: rgb(2,94,127); }

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

border-color css

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

 span { border-color: rgb(2,94,127); }

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