Html Css Color HEX #507FBC Havelock Blue

📋 copy color: '#507FBC'

red 80 ◦ green 127 ◦ blue 188

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

Shades of Havelock Blue #507FBC

Tints of Havelock Blue #507FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 20.25%
G = 32.15%
B = 47.59%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#507FBC (or 0x507FBC) is known color: Havelock Blue. HEX triplet: 50, 7F and BC. RGB value is (80,127,188). Sum of RGB (Red+Green+Blue) = 80+127+188=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #507FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FBC is #AF8043. Grayscale: #777777. Windows color (decimal): -11501636 or 12353360. OLE color: 12353360.

HSL color Cylindrical-coordinate representation of color #507FBC: hue angle of 213.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507FBC is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 127 188 -
CMYK 0.57 0.32 0 0.26
HSL 213.89º 0.45% 0.53% -
HSV(B) 213.89º 0.57% 0.74% -
XYZ 19.97 20.52 50.48 -
YUV 119.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 80 127 188 0.57 0.32 0 0.26 213.89 0.45 0.53
Hex 50 7F BC 39 20 0 1A D6 2D 35
Octal 120 177 274 71 40 0 32 326 55 65
Binary 1010000 1111111 10111100 111001 100000 0 11010 11010110 101101 110101

Color Harmonies of #507FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FBC

Black with #507FBC

Text Example


Text Example

White with #507FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507FBC; }

 p { color: rgb(80,127,188); }

 H1.HeaderClassName
 {
   color: #507FBC;
 }
 .AnyTagClassName
 {
   color: #507FBC;
 }
</style>

background-color css

<style>
 a { background-color: #507FBC; }

 a { background-color: rgb(80,127,188); }

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

border-color css

<style>
 span { border-color: #507FBC; }

 span { border-color: rgb(80,127,188); }

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