Html Css Color HEX #517FDA Havelock Blue

📋 copy color: '#517FDA'

red 81 ◦ green 127 ◦ blue 218

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

Shades of Havelock Blue #517FDA

Tints of Havelock Blue #517FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 19.01%
G = 29.81%
B = 51.17%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#517FDA (or 0x517FDA) is known color: Havelock Blue. HEX triplet: 51, 7F and DA. RGB value is (81,127,218). Sum of RGB (Red+Green+Blue) = 81+127+218=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #517FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517FDA is #AE8025. Grayscale: #7B7B7B. Windows color (decimal): -11436070 or 14319441. OLE color: 14319441.

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

Color convert

RGB 81 127 218 -
CMYK 0.63 0.42 0 0.15
HSL 219.85º 0.65% 0.59% -
HSV(B) 219.85º 0.63% 0.85% -
XYZ 23.64 21.99 69.33 -
YUV 123.62 181.26 97.6 -
System Red Green Blue C M Y K H S L
Decimal 81 127 218 0.63 0.42 0 0.15 219.85 0.65 0.59
Hex 51 7F DA 3F 2A 0 F DC 41 3B
Octal 121 177 332 77 52 0 17 334 101 73
Binary 1010001 1111111 11011010 111111 101010 0 1111 11011100 1000001 111011

Color Harmonies of #517FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517FDA

Black with #517FDA

Text Example


Text Example

White with #517FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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