Html Css Color HEX #025A7C Blue Lagoon

📋 copy color: '#025A7C'

red 2 ◦ green 90 ◦ blue 124

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

Shades of Blue Lagoon #025A7C

Tints of Blue Lagoon #025A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 0.93%
G = 41.67%
B = 57.41%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#025A7C (or 0x025A7C) is known color: Blue Lagoon. HEX triplet: 02, 5A and 7C. RGB value is (2,90,124). Sum of RGB (Red+Green+Blue) = 2+90+124=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #025A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A7C is #FDA583. Grayscale: #434343. Windows color (decimal): -16622980 or 8149506. OLE color: 8149506.

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

Color convert

RGB 2 90 124 -
CMYK 0.98 0.27 0 0.51
HSL 196.72º 0.97% 0.25% -
HSV(B) 196.72º 0.98% 0.49% -
XYZ 7.32 8.78 20.38 -
YUV 67.56 159.85 81.24 -
System Red Green Blue C M Y K H S L
Decimal 2 90 124 0.98 0.27 0 0.51 196.72 0.97 0.25
Hex 2 5A 7C 62 1B 0 33 C5 61 19
Octal 2 132 174 142 33 0 63 305 141 31
Binary 10 1011010 1111100 1100010 11011 0 110011 11000101 1100001 11001

Color Harmonies of #025A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A7C

Black with #025A7C

Text Example


Text Example

White with #025A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,124); }

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

background-color css

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

 a { background-color: rgb(2,90,124); }

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

border-color css

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

 span { border-color: rgb(2,90,124); }

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