#025F7C

Color #025F7C Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #025F7C

Tints of Blue Lagoon #025F7C

Color information

#025F7C (or 0x025F7C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 5F and 7C. RGB value is (2,95,124). Sum of RGB (Red+Green+Blue) = 2+95+124=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #025F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025F7C is #FDA083. Grayscale: #464646. Windows color (decimal): -16621700 or 8150786. OLE color: 8150786.

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

Color convert

RGB295124-
CMYK0.980.2300.51
HSL194.26º96.83%24.71%-
HSV(B)194.26º98.39%48.63%-
XYZ7.769.6520.52-
YUV70.5158.1979.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 95 (37.5% from 255) = 42.99%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=0.90%
G=42.99%
B=56.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2951240.980.2300.51194.2696.8324.71
Hex25F7C6217033c26119
Octal21371741422706330214131
Binary1010111111111100110001010111011001111000010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #025F7C;
 }
 .AnyTagClassName
 {
   color: #025F7C;
 }
</style>
background-color css

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

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

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

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

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

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