Html Css Color HEX #5082DC Havelock Blue

📋 copy color: '#5082DC'

red 80 ◦ green 130 ◦ blue 220

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

Shades of Havelock Blue #5082DC

Tints of Havelock Blue #5082DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 18.6%
G = 30.23%
B = 51.16%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5082DC (or 0x5082DC) is known color: Havelock Blue. HEX triplet: 50, 82 and DC. RGB value is (80,130,220). Sum of RGB (Red+Green+Blue) = 80+130+220=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #5082DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082DC is #AF7D23. Grayscale: #7C7C7C. Windows color (decimal): -11500836 or 14451280. OLE color: 14451280.

HSL color Cylindrical-coordinate representation of color #5082DC: hue angle of 218.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5082DC is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 130 220 -
CMYK 0.64 0.41 0 0.14
HSL 218.57º 0.67% 0.59% -
HSV(B) 218.57º 0.64% 0.86% -
XYZ 24.21 22.84 70.84 -
YUV 125.31 181.44 95.68 -
System Red Green Blue C M Y K H S L
Decimal 80 130 220 0.64 0.41 0 0.14 218.57 0.67 0.59
Hex 50 82 DC 40 29 0 E DB 43 3B
Octal 120 202 334 100 51 0 16 333 103 73
Binary 1010000 10000010 11011100 1000000 101001 0 1110 11011011 1000011 111011

Color Harmonies of #5082DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082DC

Black with #5082DC

Text Example


Text Example

White with #5082DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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