Html Css Color HEX #507DB9 Havelock Blue

📋 copy color: '#507DB9'

red 80 ◦ green 125 ◦ blue 185

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

Shades of Havelock Blue #507DB9

Tints of Havelock Blue #507DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 20.51%
G = 32.05%
B = 47.44%

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

#507DB9 (or 0x507DB9) is known color: Havelock Blue. HEX triplet: 50, 7D and B9. RGB value is (80,125,185). Sum of RGB (Red+Green+Blue) = 80+125+185=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #507DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507DB9 is #AF8246. Grayscale: #767676. Windows color (decimal): -11502151 or 12156240. OLE color: 12156240.

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

Color convert

RGB 80 125 185 -
CMYK 0.57 0.32 0 0.27
HSL 214.29º 0.43% 0.52% -
HSV(B) 214.29º 0.57% 0.73% -
XYZ 19.4 19.88 48.71 -
YUV 118.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 80 125 185 0.57 0.32 0 0.27 214.29 0.43 0.52
Hex 50 7D B9 39 20 0 1B D6 2B 34
Octal 120 175 271 71 40 0 33 326 53 64
Binary 1010000 1111101 10111001 111001 100000 0 11011 11010110 101011 110100

Color Harmonies of #507DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507DB9

Black with #507DB9

Text Example


Text Example

White with #507DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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