Html Css Color HEX #507FBB Havelock Blue

📋 copy color: '#507FBB'

red 80 ◦ green 127 ◦ blue 187

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

Shades of Havelock Blue #507FBB

Tints of Havelock Blue #507FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 20.3%
G = 32.23%
B = 47.46%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507FBB (or 0x507FBB) is known color: Havelock Blue. HEX triplet: 50, 7F and BB. RGB value is (80,127,187). Sum of RGB (Red+Green+Blue) = 80+127+187=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #507FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FBB is #AF8044. Grayscale: #777777. Windows color (decimal): -11501637 or 12287824. OLE color: 12287824.

HSL color Cylindrical-coordinate representation of color #507FBB: hue angle of 213.64º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #507FBB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 127 187 -
CMYK 0.57 0.32 0 0.27
HSL 213.64º 0.44% 0.52% -
HSV(B) 213.64º 0.57% 0.73% -
XYZ 19.87 20.47 49.92 -
YUV 119.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 80 127 187 0.57 0.32 0 0.27 213.64 0.44 0.52
Hex 50 7F BB 39 20 0 1B D6 2C 34
Octal 120 177 273 71 40 0 33 326 54 64
Binary 1010000 1111111 10111011 111001 100000 0 11011 11010110 101100 110100

Color Harmonies of #507FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FBB

Black with #507FBB

Text Example


Text Example

White with #507FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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