Html Css Color HEX #025E88 Blue Lagoon

📋 copy color: '#025E88'

red 2 ◦ green 94 ◦ blue 136

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

Shades of Blue Lagoon #025E88

Tints of Blue Lagoon #025E88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 58.62%

R = 0.86%
G = 40.52%
B = 58.62%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#025E88 (or 0x025E88) is known color: Blue Lagoon. HEX triplet: 02, 5E and 88. RGB value is (2,94,136). Sum of RGB (Red+Green+Blue) = 2+94+136=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 136 (53.52% from 255 or 58.62% from 232); Max value from RGB is 136 - color contains mainly: blue. Hex color #025E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025E88 is #FDA177. Grayscale: #474747. Windows color (decimal): -16621944 or 8936962. OLE color: 8936962.

HSL color Cylindrical-coordinate representation of color #025E88: hue angle of 198.81º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025E88 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 94 136 -
CMYK 0.99 0.31 0 0.47
HSL 198.81º 0.97% 0.27% -
HSV(B) 198.81º 0.99% 0.53% -
XYZ 8.47 9.8 24.74 -
YUV 71.28 164.52 78.58 -
System Red Green Blue C M Y K H S L
Decimal 2 94 136 0.99 0.31 0 0.47 198.81 0.97 0.27
Hex 2 5E 88 63 1F 0 2F C7 61 1B
Octal 2 136 210 143 37 0 57 307 141 33
Binary 10 1011110 10001000 1100011 11111 0 101111 11000111 1100001 11011

Color Harmonies of #025E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025E88

Black with #025E88

Text Example


Text Example

White with #025E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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