Html Css Color HEX #517DC9 Havelock Blue

📋 copy color: '#517DC9'

red 81 ◦ green 125 ◦ blue 201

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

Shades of Havelock Blue #517DC9

Tints of Havelock Blue #517DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.39%

R = 19.9%
G = 30.71%
B = 49.39%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#517DC9 (or 0x517DC9) is known color: Havelock Blue. HEX triplet: 51, 7D and C9. RGB value is (81,125,201). Sum of RGB (Red+Green+Blue) = 81+125+201=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 201 (78.91% from 255 or 49.39% from 407); Max value from RGB is 201 - color contains mainly: blue. Hex color #517DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DC9 is #AE8236. Grayscale: #787878. Windows color (decimal): -11436599 or 13204817. OLE color: 13204817.

HSL color Cylindrical-coordinate representation of color #517DC9: hue angle of 218º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517DC9 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 125 201 -
CMYK 0.60 0.38 0 0.21
HSL 218º 0.53% 0.55% -
HSV(B) 218º 0.6% 0.79% -
XYZ 21.27 20.63 58.12 -
YUV 120.51 173.42 99.82 -
System Red Green Blue C M Y K H S L
Decimal 81 125 201 0.60 0.38 0 0.21 218 0.53 0.55
Hex 51 7D C9 3C 26 0 15 DA 35 37
Octal 121 175 311 74 46 0 25 332 65 67
Binary 1010001 1111101 11001001 111100 100110 0 10101 11011010 110101 110111

Color Harmonies of #517DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DC9

Black with #517DC9

Text Example


Text Example

White with #517DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,201); }

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

background-color css

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

 a { background-color: rgb(81,125,201); }

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

border-color css

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

 span { border-color: rgb(81,125,201); }

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