Html Css Color HEX #507EBA Havelock Blue

📋 copy color: '#507EBA'

red 80 ◦ green 126 ◦ blue 186

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

Shades of Havelock Blue #507EBA

Tints of Havelock Blue #507EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 20.41%
G = 32.14%
B = 47.45%

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

#507EBA (or 0x507EBA) is known color: Havelock Blue. HEX triplet: 50, 7E and BA. RGB value is (80,126,186). Sum of RGB (Red+Green+Blue) = 80+126+186=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #507EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507EBA is #AF8145. Grayscale: #767676. Windows color (decimal): -11501894 or 12222032. OLE color: 12222032.

HSL color Cylindrical-coordinate representation of color #507EBA: hue angle of 213.96º degrees, saturation: 0.43, 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 #507EBA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 126 186 -
CMYK 0.57 0.32 0 0.27
HSL 213.96º 0.43% 0.52% -
HSV(B) 213.96º 0.57% 0.73% -
XYZ 19.63 20.17 49.31 -
YUV 119.09 165.76 100.12 -
System Red Green Blue C M Y K H S L
Decimal 80 126 186 0.57 0.32 0 0.27 213.96 0.43 0.52
Hex 50 7E BA 39 20 0 1B D6 2B 34
Octal 120 176 272 71 40 0 33 326 53 64
Binary 1010000 1111110 10111010 111001 100000 0 11011 11010110 101011 110100

Color Harmonies of #507EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507EBA

Black with #507EBA

Text Example


Text Example

White with #507EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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