Html Css Color HEX #5087CB Havelock Blue

📋 copy color: '#5087CB'

red 80 ◦ green 135 ◦ blue 203

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

Shades of Havelock Blue #5087CB

Tints of Havelock Blue #5087CB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

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

R = 19.14%
G = 32.3%
B = 48.56%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5087CB (or 0x5087CB) is known color: Havelock Blue. HEX triplet: 50, 87 and CB. RGB value is (80,135,203). Sum of RGB (Red+Green+Blue) = 80+135+203=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #5087CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087CB is #AF7834. Grayscale: #7D7D7D. Windows color (decimal): -11499573 or 13338448. OLE color: 13338448.

HSL color Cylindrical-coordinate representation of color #5087CB: hue angle of 213.17º 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 #5087CB is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 135 203 -
CMYK 0.61 0.33 0 0.20
HSL 213.17º 0.54% 0.55% -
HSV(B) 213.17º 0.61% 0.8% -
XYZ 22.75 23.35 59.81 -
YUV 126.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 80 135 203 0.61 0.33 0 0.20 213.17 0.54 0.55
Hex 50 87 CB 3D 21 0 14 D5 36 37
Octal 120 207 313 75 41 0 24 325 66 67
Binary 1010000 10000111 11001011 111101 100001 0 10100 11010101 110110 110111

Color Harmonies of #5087CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087CB

Black with #5087CB

Text Example


Text Example

White with #5087CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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