Html Css Color HEX #5083DD Havelock Blue

📋 copy color: '#5083DD'

red 80 ◦ green 131 ◦ blue 221

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

Shades of Havelock Blue #5083DD

Tints of Havelock Blue #5083DD

RGB

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

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

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

R = 18.52%
G = 30.32%
B = 51.16%

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

#5083DD (or 0x5083DD) is known color: Havelock Blue. HEX triplet: 50, 83 and DD. RGB value is (80,131,221). Sum of RGB (Red+Green+Blue) = 80+131+221=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #5083DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5083DD is #AF7C22. Grayscale: #7D7D7D. Windows color (decimal): -11500579 or 14517072. OLE color: 14517072.

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

Color convert

RGB 80 131 221 -
CMYK 0.64 0.41 0 0.13
HSL 218.3º 0.67% 0.59% -
HSV(B) 218.3º 0.64% 0.87% -
XYZ 24.48 23.16 71.59 -
YUV 126.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 80 131 221 0.64 0.41 0 0.13 218.3 0.67 0.59
Hex 50 83 DD 40 29 0 D DA 43 3B
Octal 120 203 335 100 51 0 15 332 103 73
Binary 1010000 10000011 11011101 1000000 101001 0 1101 11011010 1000011 111011

Color Harmonies of #5083DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083DD

Black with #5083DD

Text Example


Text Example

White with #5083DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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