Html Css Color HEX #024D6C Blue Lagoon

📋 copy color: '#024D6C'

red 2 ◦ green 77 ◦ blue 108

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

Shades of Blue Lagoon #024D6C

Tints of Blue Lagoon #024D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 41.18%

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 1.07%
G = 41.18%
B = 57.75%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#024D6C (or 0x024D6C) is known color: Blue Lagoon. HEX triplet: 02, 4D and 6C. RGB value is (2,77,108). Sum of RGB (Red+Green+Blue) = 2+77+108=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 77 (30.47% from 255 or 41.18% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #024D6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D6C is #FDB293. Grayscale: #393939. Windows color (decimal): -16626324 or 7097602. OLE color: 7097602.

HSL color Cylindrical-coordinate representation of color #024D6C: hue angle of 197.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D6C is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 77 108 -
CMYK 0.98 0.29 0 0.58
HSL 197.55º 0.96% 0.22% -
HSV(B) 197.55º 0.98% 0.42% -
XYZ 5.39 6.4 15.14 -
YUV 58.11 156.15 87.98 -
System Red Green Blue C M Y K H S L
Decimal 2 77 108 0.98 0.29 0 0.58 197.55 0.96 0.22
Hex 2 4D 6C 62 1D 0 3A C6 60 16
Octal 2 115 154 142 35 0 72 306 140 26
Binary 10 1001101 1101100 1100010 11101 0 111010 11000110 1100000 10110

Color Harmonies of #024D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D6C

Black with #024D6C

Text Example


Text Example

White with #024D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024D6C; }

 p { color: rgb(2,77,108); }

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

background-color css

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

 a { background-color: rgb(2,77,108); }

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

border-color css

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

 span { border-color: rgb(2,77,108); }

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