Html Css Color HEX #025A7D Blue Lagoon

📋 copy color: '#025A7D'

red 2 ◦ green 90 ◦ blue 125

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

Shades of Blue Lagoon #025A7D

Tints of Blue Lagoon #025A7D

RGB

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

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

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

R = 0.92%
G = 41.47%
B = 57.6%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#025A7D (or 0x025A7D) is known color: Blue Lagoon. HEX triplet: 02, 5A and 7D. RGB value is (2,90,125). Sum of RGB (Red+Green+Blue) = 2+90+125=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #025A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A7D is #FDA582. Grayscale: #434343. Windows color (decimal): -16622979 or 8215042. OLE color: 8215042.

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

Color convert

RGB 2 90 125 -
CMYK 0.98 0.28 0 0.51
HSL 197.07º 0.97% 0.25% -
HSV(B) 197.07º 0.98% 0.49% -
XYZ 7.38 8.81 20.71 -
YUV 67.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 2 90 125 0.98 0.28 0 0.51 197.07 0.97 0.25
Hex 2 5A 7D 62 1C 0 33 C5 61 19
Octal 2 132 175 142 34 0 63 305 141 31
Binary 10 1011010 1111101 1100010 11100 0 110011 11000101 1100001 11001

Color Harmonies of #025A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A7D

Black with #025A7D

Text Example


Text Example

White with #025A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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