Html Css Color HEX #5080CB Havelock Blue

📋 copy color: '#5080CB'

red 80 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #5080CB

Tints of Havelock Blue #5080CB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.14%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 19.46%
G = 31.14%
B = 49.39%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5080CB (or 0x5080CB) is known color: Havelock Blue. HEX triplet: 50, 80 and CB. RGB value is (80,128,203). Sum of RGB (Red+Green+Blue) = 80+128+203=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #5080CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080CB is #AF7F34. Grayscale: #797979. Windows color (decimal): -11501365 or 13336656. OLE color: 13336656.

HSL color Cylindrical-coordinate representation of color #5080CB: hue angle of 216.59º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5080CB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 128 203 -
CMYK 0.61 0.37 0 0.20
HSL 216.59º 0.54% 0.55% -
HSV(B) 216.59º 0.61% 0.8% -
XYZ 21.81 21.46 59.49 -
YUV 122.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 80 128 203 0.61 0.37 0 0.20 216.59 0.54 0.55
Hex 50 80 CB 3D 25 0 14 D9 36 37
Octal 120 200 313 75 45 0 24 331 66 67
Binary 1010000 10000000 11001011 111101 100101 0 10100 11011001 110110 110111

Color Harmonies of #5080CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5080CB

Black with #5080CB

Text Example


Text Example

White with #5080CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5080CB; }

 p { color: rgb(80,128,203); }

 H1.HeaderClassName
 {
   color: #5080CB;
 }
 .AnyTagClassName
 {
   color: #5080CB;
 }
</style>

background-color css

<style>
 a { background-color: #5080CB; }

 a { background-color: rgb(80,128,203); }

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

border-color css

<style>
 span { border-color: #5080CB; }

 span { border-color: rgb(80,128,203); }

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