Html Css Color HEX #507BD0 Havelock Blue

📋 copy color: '#507BD0'

red 80 ◦ green 123 ◦ blue 208

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

Shades of Havelock Blue #507BD0

Tints of Havelock Blue #507BD0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 19.46%
G = 29.93%
B = 50.61%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#507BD0 (or 0x507BD0) is known color: Havelock Blue. HEX triplet: 50, 7B and D0. RGB value is (80,123,208). Sum of RGB (Red+Green+Blue) = 80+123+208=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #507BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507BD0 is #AF842F. Grayscale: #777777. Windows color (decimal): -11502640 or 13663056. OLE color: 13663056.

HSL color Cylindrical-coordinate representation of color #507BD0: hue angle of 219.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #507BD0 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 123 208 -
CMYK 0.62 0.41 0 0.18
HSL 219.84º 0.58% 0.56% -
HSV(B) 219.84º 0.62% 0.82% -
XYZ 21.78 20.43 62.47 -
YUV 119.83 177.75 99.59 -
System Red Green Blue C M Y K H S L
Decimal 80 123 208 0.62 0.41 0 0.18 219.84 0.58 0.56
Hex 50 7B D0 3E 29 0 12 DC 3A 38
Octal 120 173 320 76 51 0 22 334 72 70
Binary 1010000 1111011 11010000 111110 101001 0 10010 11011100 111010 111000

Color Harmonies of #507BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BD0

Black with #507BD0

Text Example


Text Example

White with #507BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,208); }

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

background-color css

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

 a { background-color: rgb(80,123,208); }

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

border-color css

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

 span { border-color: rgb(80,123,208); }

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