Html Css Color HEX #5082DD Havelock Blue

📋 copy color: '#5082DD'

red 80 ◦ green 130 ◦ blue 221

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

Shades of Havelock Blue #5082DD

Tints of Havelock Blue #5082DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 18.56%
G = 30.16%
B = 51.28%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5082DD (or 0x5082DD) is known color: Havelock Blue. HEX triplet: 50, 82 and DD. RGB value is (80,130,221). Sum of RGB (Red+Green+Blue) = 80+130+221=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #5082DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5082DD is #AF7D22. Grayscale: #7D7D7D. Windows color (decimal): -11500835 or 14516816. OLE color: 14516816.

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

Color convert

RGB 80 130 221 -
CMYK 0.64 0.41 0 0.13
HSL 218.72º 0.67% 0.59% -
HSV(B) 218.72º 0.64% 0.87% -
XYZ 24.34 22.89 71.54 -
YUV 125.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 80 130 221 0.64 0.41 0 0.13 218.72 0.67 0.59
Hex 50 82 DD 40 29 0 D DB 43 3B
Octal 120 202 335 100 51 0 15 333 103 73
Binary 1010000 10000010 11011101 1000000 101001 0 1101 11011011 1000011 111011

Color Harmonies of #5082DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082DD

Black with #5082DD

Text Example


Text Example

White with #5082DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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