Html Css Color HEX #5087CF Havelock Blue

📋 copy color: '#5087CF'

red 80 ◦ green 135 ◦ blue 207

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

Shades of Havelock Blue #5087CF

Tints of Havelock Blue #5087CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 18.96%
G = 31.99%
B = 49.05%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5087CF (or 0x5087CF) is known color: Havelock Blue. HEX triplet: 50, 87 and CF. RGB value is (80,135,207). Sum of RGB (Red+Green+Blue) = 80+135+207=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #5087CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5087CF is #AF7830. Grayscale: #7E7E7E. Windows color (decimal): -11499569 or 13600592. OLE color: 13600592.

HSL color Cylindrical-coordinate representation of color #5087CF: hue angle of 214.02º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5087CF is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 135 207 -
CMYK 0.61 0.35 0 0.19
HSL 214.02º 0.57% 0.56% -
HSV(B) 214.02º 0.61% 0.81% -
XYZ 23.23 23.54 62.35 -
YUV 126.76 173.28 94.65 -
System Red Green Blue C M Y K H S L
Decimal 80 135 207 0.61 0.35 0 0.19 214.02 0.57 0.56
Hex 50 87 CF 3D 23 0 13 D6 39 38
Octal 120 207 317 75 43 0 23 326 71 70
Binary 1010000 10000111 11001111 111101 100011 0 10011 11010110 111001 111000

Color Harmonies of #5087CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087CF

Black with #5087CF

Text Example


Text Example

White with #5087CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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