Html Css Color HEX #5085D0 Havelock Blue

📋 copy color: '#5085D0'

red 80 ◦ green 133 ◦ blue 208

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

Shades of Havelock Blue #5085D0

Tints of Havelock Blue #5085D0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

 BLUE value IS 208 (81.64% from 255) = 49.41%

R = 19%
G = 31.59%
B = 49.41%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5085D0 (or 0x5085D0) is known color: Havelock Blue. HEX triplet: 50, 85 and D0. RGB value is (80,133,208). Sum of RGB (Red+Green+Blue) = 80+133+208=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #5085D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085D0 is #AF7A2F. Grayscale: #7D7D7D. Windows color (decimal): -11500080 or 13665616. OLE color: 13665616.

HSL color Cylindrical-coordinate representation of color #5085D0: hue angle of 215.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5085D0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 133 208 -
CMYK 0.62 0.36 0 0.18
HSL 215.16º 0.58% 0.56% -
HSV(B) 215.16º 0.62% 0.82% -
XYZ 23.08 23.03 62.9 -
YUV 125.7 174.44 95.4 -
System Red Green Blue C M Y K H S L
Decimal 80 133 208 0.62 0.36 0 0.18 215.16 0.58 0.56
Hex 50 85 D0 3E 24 0 12 D7 3A 38
Octal 120 205 320 76 44 0 22 327 72 70
Binary 1010000 10000101 11010000 111110 100100 0 10010 11010111 111010 111000

Color Harmonies of #5085D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085D0

Black with #5085D0

Text Example


Text Example

White with #5085D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5085D0; }

 p { color: rgb(80,133,208); }

 H1.HeaderClassName
 {
   color: #5085D0;
 }
 .AnyTagClassName
 {
   color: #5085D0;
 }
</style>

background-color css

<style>
 a { background-color: #5085D0; }

 a { background-color: rgb(80,133,208); }

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

border-color css

<style>
 span { border-color: #5085D0; }

 span { border-color: rgb(80,133,208); }

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