Html Css Color HEX #507EBE Havelock Blue

📋 copy color: '#507EBE'

red 80 ◦ green 126 ◦ blue 190

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

Shades of Havelock Blue #507EBE

Tints of Havelock Blue #507EBE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 20.2%
G = 31.82%
B = 47.98%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#507EBE (or 0x507EBE) is known color: Havelock Blue. HEX triplet: 50, 7E and BE. RGB value is (80,126,190). Sum of RGB (Red+Green+Blue) = 80+126+190=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #507EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EBE is #AF8141. Grayscale: #777777. Windows color (decimal): -11501890 or 12484176. OLE color: 12484176.

HSL color Cylindrical-coordinate representation of color #507EBE: hue angle of 214.91º 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 #507EBE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 126 190 -
CMYK 0.58 0.34 0 0.25
HSL 214.91º 0.46% 0.53% -
HSV(B) 214.91º 0.58% 0.75% -
XYZ 20.06 20.34 51.58 -
YUV 119.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 80 126 190 0.58 0.34 0 0.25 214.91 0.46 0.53
Hex 50 7E BE 3A 22 0 19 D7 2E 35
Octal 120 176 276 72 42 0 31 327 56 65
Binary 1010000 1111110 10111110 111010 100010 0 11001 11010111 101110 110101

Color Harmonies of #507EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EBE

Black with #507EBE

Text Example


Text Example

White with #507EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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