Html Css Color HEX #507DBB Havelock Blue

📋 copy color: '#507DBB'

red 80 ◦ green 125 ◦ blue 187

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

Shades of Havelock Blue #507DBB

Tints of Havelock Blue #507DBB

RGB

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

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

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

R = 20.41%
G = 31.89%
B = 47.7%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#507DBB (or 0x507DBB) is known color: Havelock Blue. HEX triplet: 50, 7D and BB. RGB value is (80,125,187). Sum of RGB (Red+Green+Blue) = 80+125+187=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #507DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DBB is #AF8244. Grayscale: #767676. Windows color (decimal): -11502149 or 12287312. OLE color: 12287312.

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

Color convert

RGB 80 125 187 -
CMYK 0.57 0.33 0 0.27
HSL 214.77º 0.44% 0.52% -
HSV(B) 214.77º 0.57% 0.73% -
XYZ 19.61 19.96 49.83 -
YUV 118.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 80 125 187 0.57 0.33 0 0.27 214.77 0.44 0.52
Hex 50 7D BB 39 21 0 1B D7 2C 34
Octal 120 175 273 71 41 0 33 327 54 64
Binary 1010000 1111101 10111011 111001 100001 0 11011 11010111 101100 110100

Color Harmonies of #507DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DBB

Black with #507DBB

Text Example


Text Example

White with #507DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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