Html Css Color HEX #02587A Blue Lagoon

📋 copy color: '#02587A'

red 2 ◦ green 88 ◦ blue 122

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

Shades of Blue Lagoon #02587A

Tints of Blue Lagoon #02587A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.51%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 0.94%
G = 41.51%
B = 57.55%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02587A (or 0x02587A) is known color: Blue Lagoon. HEX triplet: 02, 58 and 7A. RGB value is (2,88,122). Sum of RGB (Red+Green+Blue) = 2+88+122=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #02587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02587A is #FDA785. Grayscale: #414141. Windows color (decimal): -16623494 or 8017922. OLE color: 8017922.

HSL color Cylindrical-coordinate representation of color #02587A: hue angle of 197º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02587A is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 88 122 -
CMYK 0.98 0.28 0 0.52
HSL 197º 0.97% 0.24% -
HSV(B) 197º 0.98% 0.48% -
XYZ 7.03 8.4 19.66 -
YUV 66.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 2 88 122 0.98 0.28 0 0.52 197 0.97 0.24
Hex 2 58 7A 62 1C 0 34 C5 61 18
Octal 2 130 172 142 34 0 64 305 141 30
Binary 10 1011000 1111010 1100010 11100 0 110100 11000101 1100001 11000

Color Harmonies of #02587A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02587A

Black with #02587A

Text Example


Text Example

White with #02587A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02587A; }

 p { color: rgb(2,88,122); }

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

background-color css

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

 a { background-color: rgb(2,88,122); }

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

border-color css

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

 span { border-color: rgb(2,88,122); }

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