Html Css Color HEX #507DBE Havelock Blue

📋 copy color: '#507DBE'

red 80 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #507DBE

Tints of Havelock Blue #507DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 20.25%
G = 31.65%
B = 48.1%

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

#507DBE (or 0x507DBE) is known color: Havelock Blue. HEX triplet: 50, 7D and BE. RGB value is (80,125,190). Sum of RGB (Red+Green+Blue) = 80+125+190=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #507DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DBE is #AF8241. Grayscale: #767676. Windows color (decimal): -11502146 or 12483920. OLE color: 12483920.

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

Color convert

RGB 80 125 190 -
CMYK 0.58 0.34 0 0.25
HSL 215.45º 0.46% 0.53% -
HSV(B) 215.45º 0.58% 0.75% -
XYZ 19.94 20.09 51.54 -
YUV 118.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 80 125 190 0.58 0.34 0 0.25 215.45 0.46 0.53
Hex 50 7D BE 3A 22 0 19 D7 2E 35
Octal 120 175 276 72 42 0 31 327 56 65
Binary 1010000 1111101 10111110 111010 100010 0 11001 11010111 101110 110101

Color Harmonies of #507DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DBE

Black with #507DBE

Text Example


Text Example

White with #507DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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