Html Css Color HEX #507CBB Havelock Blue

📋 copy color: '#507CBB'

red 80 ◦ green 124 ◦ blue 187

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

Shades of Havelock Blue #507CBB

Tints of Havelock Blue #507CBB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

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

R = 20.46%
G = 31.71%
B = 47.83%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507CBB (or 0x507CBB) is known color: Havelock Blue. HEX triplet: 50, 7C and BB. RGB value is (80,124,187). Sum of RGB (Red+Green+Blue) = 80+124+187=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #507CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507CBB is #AF8344. Grayscale: #757575. Windows color (decimal): -11502405 or 12287056. OLE color: 12287056.

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

Color convert

RGB 80 124 187 -
CMYK 0.57 0.34 0 0.27
HSL 215.33º 0.44% 0.52% -
HSV(B) 215.33º 0.57% 0.73% -
XYZ 19.49 19.71 49.79 -
YUV 118.03 166.92 100.88 -
System Red Green Blue C M Y K H S L
Decimal 80 124 187 0.57 0.34 0 0.27 215.33 0.44 0.52
Hex 50 7C BB 39 22 0 1B D7 2C 34
Octal 120 174 273 71 42 0 33 327 54 64
Binary 1010000 1111100 10111011 111001 100010 0 11011 11010111 101100 110100

Color Harmonies of #507CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507CBB

Black with #507CBB

Text Example


Text Example

White with #507CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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