Html Css Color HEX #5087DD Havelock Blue

📋 copy color: '#5087DD'

red 80 ◦ green 135 ◦ blue 221

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

Shades of Havelock Blue #5087DD

Tints of Havelock Blue #5087DD

RGB

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

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

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

R = 18.35%
G = 30.96%
B = 50.69%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5087DD (or 0x5087DD) is known color: Havelock Blue. HEX triplet: 50, 87 and DD. RGB value is (80,135,221). Sum of RGB (Red+Green+Blue) = 80+135+221=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #5087DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087DD is #AF7822. Grayscale: #7F7F7F. Windows color (decimal): -11499555 or 14518096. OLE color: 14518096.

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

Color convert

RGB 80 135 221 -
CMYK 0.64 0.39 0 0.13
HSL 216.6º 0.67% 0.59% -
HSV(B) 216.6º 0.64% 0.87% -
XYZ 25.02 24.25 71.77 -
YUV 128.36 180.28 93.51 -
System Red Green Blue C M Y K H S L
Decimal 80 135 221 0.64 0.39 0 0.13 216.6 0.67 0.59
Hex 50 87 DD 40 27 0 D D9 43 3B
Octal 120 207 335 100 47 0 15 331 103 73
Binary 1010000 10000111 11011101 1000000 100111 0 1101 11011001 1000011 111011

Color Harmonies of #5087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087DD

Black with #5087DD

Text Example


Text Example

White with #5087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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