Html Css Color HEX #025470 Blue Lagoon

📋 copy color: '#025470'

red 2 ◦ green 84 ◦ blue 112

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

Shades of Blue Lagoon #025470

Tints of Blue Lagoon #025470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 1.01%
G = 42.42%
B = 56.57%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#025470 (or 0x025470) is known color: Blue Lagoon. HEX triplet: 02, 54 and 70. RGB value is (2,84,112). Sum of RGB (Red+Green+Blue) = 2+84+112=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #025470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025470 is #FDAB8F. Grayscale: #3E3E3E. Windows color (decimal): -16624528 or 7361538. OLE color: 7361538.

HSL color Cylindrical-coordinate representation of color #025470: hue angle of 195.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025470 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 84 112 -
CMYK 0.98 0.25 0 0.56
HSL 195.27º 0.96% 0.22% -
HSV(B) 195.27º 0.98% 0.44% -
XYZ 6.12 7.52 16.46 -
YUV 62.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 2 84 112 0.98 0.25 0 0.56 195.27 0.96 0.22
Hex 2 54 70 62 19 0 38 C3 60 16
Octal 2 124 160 142 31 0 70 303 140 26
Binary 10 1010100 1110000 1100010 11001 0 111000 11000011 1100000 10110

Color Harmonies of #025470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025470

Black with #025470

Text Example


Text Example

White with #025470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025470; }

 p { color: rgb(2,84,112); }

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

background-color css

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

 a { background-color: rgb(2,84,112); }

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

border-color css

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

 span { border-color: rgb(2,84,112); }

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