Html Css Color HEX #5083DB Havelock Blue

📋 copy color: '#5083DB'

red 80 ◦ green 131 ◦ blue 219

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

Shades of Havelock Blue #5083DB

Tints of Havelock Blue #5083DB

RGB

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

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

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

R = 18.6%
G = 30.47%
B = 50.93%

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

#5083DB (or 0x5083DB) is known color: Havelock Blue. HEX triplet: 50, 83 and DB. RGB value is (80,131,219). Sum of RGB (Red+Green+Blue) = 80+131+219=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #5083DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083DB is #AF7C24. Grayscale: #7D7D7D. Windows color (decimal): -11500581 or 14386000. OLE color: 14386000.

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

Color convert

RGB 80 131 219 -
CMYK 0.63 0.40 0 0.14
HSL 217.99º 0.66% 0.59% -
HSV(B) 217.99º 0.63% 0.86% -
XYZ 24.21 23.05 70.19 -
YUV 125.78 180.6 95.34 -
System Red Green Blue C M Y K H S L
Decimal 80 131 219 0.63 0.40 0 0.14 217.99 0.66 0.59
Hex 50 83 DB 3F 28 0 E DA 42 3B
Octal 120 203 333 77 50 0 16 332 102 73
Binary 1010000 10000011 11011011 111111 101000 0 1110 11011010 1000010 111011

Color Harmonies of #5083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083DB

Black with #5083DB

Text Example


Text Example

White with #5083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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