Html Css Color HEX #517DBA Havelock Blue

📋 copy color: '#517DBA'

red 81 ◦ green 125 ◦ blue 186

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

Shades of Havelock Blue #517DBA

Tints of Havelock Blue #517DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 20.66%
G = 31.89%
B = 47.45%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#517DBA (or 0x517DBA) is known color: Havelock Blue. HEX triplet: 51, 7D and BA. RGB value is (81,125,186). Sum of RGB (Red+Green+Blue) = 81+125+186=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #517DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #517DBA is #AE8245. Grayscale: #767676. Windows color (decimal): -11436614 or 12221777. OLE color: 12221777.

HSL color Cylindrical-coordinate representation of color #517DBA: hue angle of 214.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #517DBA is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 125 186 -
CMYK 0.56 0.33 0 0.27
HSL 214.86º 0.43% 0.52% -
HSV(B) 214.86º 0.56% 0.73% -
XYZ 19.59 19.96 49.27 -
YUV 118.8 165.92 101.04 -
System Red Green Blue C M Y K H S L
Decimal 81 125 186 0.56 0.33 0 0.27 214.86 0.43 0.52
Hex 51 7D BA 38 21 0 1B D7 2B 34
Octal 121 175 272 70 41 0 33 327 53 64
Binary 1010001 1111101 10111010 111000 100001 0 11011 11010111 101011 110100

Color Harmonies of #517DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517DBA

Black with #517DBA

Text Example


Text Example

White with #517DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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