Html Css Color HEX #517FD8 Havelock Blue

📋 copy color: '#517FD8'

red 81 ◦ green 127 ◦ blue 216

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

Shades of Havelock Blue #517FD8

Tints of Havelock Blue #517FD8

RGB

 RED value IS 81 (32.03% from 255) = 19.1%

 GREEN value IS 127 (50% from 255) = 29.95%

 BLUE value IS 216 (84.77% from 255) = 50.94%

R = 19.1%
G = 29.95%
B = 50.94%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#517FD8 (or 0x517FD8) is known color: Havelock Blue. HEX triplet: 51, 7F and D8. RGB value is (81,127,216). Sum of RGB (Red+Green+Blue) = 81+127+216=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #517FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FD8 is #AE8027. Grayscale: #7A7A7A. Windows color (decimal): -11436072 or 14188369. OLE color: 14188369.

HSL color Cylindrical-coordinate representation of color #517FD8: hue angle of 219.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #517FD8 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 127 216 -
CMYK 0.62 0.41 0 0.15
HSL 219.56º 0.63% 0.58% -
HSV(B) 219.56º 0.63% 0.85% -
XYZ 23.38 21.89 67.96 -
YUV 123.39 180.26 97.76 -
System Red Green Blue C M Y K H S L
Decimal 81 127 216 0.62 0.41 0 0.15 219.56 0.63 0.58
Hex 51 7F D8 3E 29 0 F DC 3F 3A
Octal 121 177 330 76 51 0 17 334 77 72
Binary 1010001 1111111 11011000 111110 101001 0 1111 11011100 111111 111010

Color Harmonies of #517FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FD8

Black with #517FD8

Text Example


Text Example

White with #517FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517FD8; }

 p { color: rgb(81,127,216); }

 H1.HeaderClassName
 {
   color: #517FD8;
 }
 .AnyTagClassName
 {
   color: #517FD8;
 }
</style>

background-color css

<style>
 a { background-color: #517FD8; }

 a { background-color: rgb(81,127,216); }

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

border-color css

<style>
 span { border-color: #517FD8; }

 span { border-color: rgb(81,127,216); }

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