Html Css Color HEX #507FBE Havelock Blue

📋 copy color: '#507FBE'

red 80 ◦ green 127 ◦ blue 190

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

Shades of Havelock Blue #507FBE

Tints of Havelock Blue #507FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 20.15%
G = 31.99%
B = 47.86%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#507FBE (or 0x507FBE) is known color: Havelock Blue. HEX triplet: 50, 7F and BE. RGB value is (80,127,190). Sum of RGB (Red+Green+Blue) = 80+127+190=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #507FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FBE is #AF8041. Grayscale: #777777. Windows color (decimal): -11501634 or 12484432. OLE color: 12484432.

HSL color Cylindrical-coordinate representation of color #507FBE: hue angle of 214.36º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507FBE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 127 190 -
CMYK 0.58 0.33 0 0.25
HSL 214.36º 0.46% 0.53% -
HSV(B) 214.36º 0.58% 0.75% -
XYZ 20.19 20.6 51.63 -
YUV 120.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 80 127 190 0.58 0.33 0 0.25 214.36 0.46 0.53
Hex 50 7F BE 3A 21 0 19 D6 2E 35
Octal 120 177 276 72 41 0 31 326 56 65
Binary 1010000 1111111 10111110 111010 100001 0 11001 11010110 101110 110101

Color Harmonies of #507FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507FBE

Black with #507FBE

Text Example


Text Example

White with #507FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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