Html Css Color HEX #025C7D Blue Lagoon

📋 copy color: '#025C7D'

red 2 ◦ green 92 ◦ blue 125

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

Shades of Blue Lagoon #025C7D

Tints of Blue Lagoon #025C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 57.08%

R = 0.91%
G = 42.01%
B = 57.08%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#025C7D (or 0x025C7D) is known color: Blue Lagoon. HEX triplet: 02, 5C and 7D. RGB value is (2,92,125). Sum of RGB (Red+Green+Blue) = 2+92+125=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #025C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025C7D is #FDA382. Grayscale: #444444. Windows color (decimal): -16622467 or 8215554. OLE color: 8215554.

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

Color convert

RGB 2 92 125 -
CMYK 0.98 0.26 0 0.51
HSL 196.1º 0.97% 0.25% -
HSV(B) 196.1º 0.98% 0.49% -
XYZ 7.55 9.15 20.77 -
YUV 68.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 2 92 125 0.98 0.26 0 0.51 196.1 0.97 0.25
Hex 2 5C 7D 62 1A 0 33 C4 61 19
Octal 2 134 175 142 32 0 63 304 141 31
Binary 10 1011100 1111101 1100010 11010 0 110011 11000100 1100001 11001

Color Harmonies of #025C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C7D

Black with #025C7D

Text Example


Text Example

White with #025C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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