Html Css Color HEX #517DBE Havelock Blue

📋 copy color: '#517DBE'

red 81 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #517DBE

Tints of Havelock Blue #517DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 20.45%
G = 31.57%
B = 47.98%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#517DBE (or 0x517DBE) is known color: Havelock Blue. HEX triplet: 51, 7D and BE. RGB value is (81,125,190). Sum of RGB (Red+Green+Blue) = 81+125+190=396 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.45% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #517DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DBE is #AE8241. Grayscale: #767676. Windows color (decimal): -11436610 or 12483921. OLE color: 12483921.

HSL color Cylindrical-coordinate representation of color #517DBE: hue angle of 215.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #517DBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 125 190 -
CMYK 0.57 0.34 0 0.25
HSL 215.78º 0.46% 0.53% -
HSV(B) 215.78º 0.57% 0.75% -
XYZ 20.02 20.13 51.55 -
YUV 119.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 81 125 190 0.57 0.34 0 0.25 215.78 0.46 0.53
Hex 51 7D BE 39 22 0 19 D8 2E 35
Octal 121 175 276 71 42 0 31 330 56 65
Binary 1010001 1111101 10111110 111001 100010 0 11001 11011000 101110 110101

Color Harmonies of #517DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DBE

Black with #517DBE

Text Example


Text Example

White with #517DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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