Html Css Color HEX #5083DC Havelock Blue

📋 copy color: '#5083DC'

red 80 ◦ green 131 ◦ blue 220

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

Shades of Havelock Blue #5083DC

Tints of Havelock Blue #5083DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 18.56%
G = 30.39%
B = 51.04%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5083DC (or 0x5083DC) is known color: Havelock Blue. HEX triplet: 50, 83 and DC. RGB value is (80,131,220). Sum of RGB (Red+Green+Blue) = 80+131+220=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #5083DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083DC is #AF7C23. Grayscale: #7D7D7D. Windows color (decimal): -11500580 or 14451536. OLE color: 14451536.

HSL color Cylindrical-coordinate representation of color #5083DC: hue angle of 218.14º 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 #5083DC is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 131 220 -
CMYK 0.64 0.40 0 0.14
HSL 218.14º 0.67% 0.59% -
HSV(B) 218.14º 0.64% 0.86% -
XYZ 24.34 23.11 70.89 -
YUV 125.9 181.1 95.26 -
System Red Green Blue C M Y K H S L
Decimal 80 131 220 0.64 0.40 0 0.14 218.14 0.67 0.59
Hex 50 83 DC 40 28 0 E DA 43 3B
Octal 120 203 334 100 50 0 16 332 103 73
Binary 1010000 10000011 11011100 1000000 101000 0 1110 11011010 1000011 111011

Color Harmonies of #5083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083DC

Black with #5083DC

Text Example


Text Example

White with #5083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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