Html Css Color HEX #5082CA Havelock Blue

📋 copy color: '#5082CA'

red 80 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #5082CA

Tints of Havelock Blue #5082CA

RGB

 RED value IS 80 (31.64% from 255) = 19.42%

 GREEN value IS 130 (51.17% from 255) = 31.55%

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 19.42%
G = 31.55%
B = 49.03%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5082CA (or 0x5082CA) is known color: Havelock Blue. HEX triplet: 50, 82 and CA. RGB value is (80,130,202). Sum of RGB (Red+Green+Blue) = 80+130+202=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #5082CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082CA is #AF7D35. Grayscale: #7A7A7A. Windows color (decimal): -11500854 or 13271632. OLE color: 13271632.

HSL color Cylindrical-coordinate representation of color #5082CA: hue angle of 215.41º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5082CA is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 130 202 -
CMYK 0.60 0.36 0 0.21
HSL 215.41º 0.54% 0.55% -
HSV(B) 215.41º 0.6% 0.79% -
XYZ 21.95 21.94 58.95 -
YUV 123.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 80 130 202 0.60 0.36 0 0.21 215.41 0.54 0.55
Hex 50 82 CA 3C 24 0 15 D7 36 37
Octal 120 202 312 74 44 0 25 327 66 67
Binary 1010000 10000010 11001010 111100 100100 0 10101 11010111 110110 110111

Color Harmonies of #5082CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082CA

Black with #5082CA

Text Example


Text Example

White with #5082CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5082CA; }

 p { color: rgb(80,130,202); }

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

background-color css

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

 a { background-color: rgb(80,130,202); }

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

border-color css

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

 span { border-color: rgb(80,130,202); }

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