Html Css Color HEX #517FD0 Havelock Blue

📋 copy color: '#517FD0'

red 81 ◦ green 127 ◦ blue 208

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

Shades of Havelock Blue #517FD0

Tints of Havelock Blue #517FD0

RGB

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

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

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

R = 19.47%
G = 30.53%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#517FD0 (or 0x517FD0) is known color: Havelock Blue. HEX triplet: 51, 7F and D0. RGB value is (81,127,208). Sum of RGB (Red+Green+Blue) = 81+127+208=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #517FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FD0 is #AE802F. Grayscale: #7A7A7A. Windows color (decimal): -11436080 or 13664081. OLE color: 13664081.

HSL color Cylindrical-coordinate representation of color #517FD0: hue angle of 218.27º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #517FD0 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 127 208 -
CMYK 0.61 0.39 0 0.18
HSL 218.27º 0.57% 0.57% -
HSV(B) 218.27º 0.61% 0.82% -
XYZ 22.37 21.48 62.64 -
YUV 122.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 81 127 208 0.61 0.39 0 0.18 218.27 0.57 0.57
Hex 51 7F D0 3D 27 0 12 DA 39 39
Octal 121 177 320 75 47 0 22 332 71 71
Binary 1010001 1111111 11010000 111101 100111 0 10010 11011010 111001 111001

Color Harmonies of #517FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FD0

Black with #517FD0

Text Example


Text Example

White with #517FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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