Html Css Color HEX #5084DB Havelock Blue

📋 copy color: '#5084DB'

red 80 ◦ green 132 ◦ blue 219

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

Shades of Havelock Blue #5084DB

Tints of Havelock Blue #5084DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.63%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 18.56%
G = 30.63%
B = 50.81%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5084DB (or 0x5084DB) is known color: Havelock Blue. HEX triplet: 50, 84 and DB. RGB value is (80,132,219). Sum of RGB (Red+Green+Blue) = 80+132+219=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #5084DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5084DB is #AF7B24. Grayscale: #7D7D7D. Windows color (decimal): -11500325 or 14386256. OLE color: 14386256.

HSL color Cylindrical-coordinate representation of color #5084DB: hue angle of 217.55º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5084DB is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 132 219 -
CMYK 0.63 0.40 0 0.14
HSL 217.55º 0.66% 0.59% -
HSV(B) 217.55º 0.63% 0.86% -
XYZ 24.35 23.32 70.24 -
YUV 126.37 180.27 94.93 -
System Red Green Blue C M Y K H S L
Decimal 80 132 219 0.63 0.40 0 0.14 217.55 0.66 0.59
Hex 50 84 DB 3F 28 0 E DA 42 3B
Octal 120 204 333 77 50 0 16 332 102 73
Binary 1010000 10000100 11011011 111111 101000 0 1110 11011010 1000010 111011

Color Harmonies of #5084DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5084DB

Black with #5084DB

Text Example


Text Example

White with #5084DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5084DB; }

 p { color: rgb(80,132,219); }

 H1.HeaderClassName
 {
   color: #5084DB;
 }
 .AnyTagClassName
 {
   color: #5084DB;
 }
</style>

background-color css

<style>
 a { background-color: #5084DB; }

 a { background-color: rgb(80,132,219); }

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

border-color css

<style>
 span { border-color: #5084DB; }

 span { border-color: rgb(80,132,219); }

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