Html Css Color HEX #518AD9 Havelock Blue

📋 copy color: '#518AD9'

red 81 ◦ green 138 ◦ blue 217

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

Shades of Havelock Blue #518AD9

Tints of Havelock Blue #518AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

 BLUE value IS 217 (85.16% from 255) = 49.77%

R = 18.58%
G = 31.65%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518AD9 (or 0x518AD9) is known color: Havelock Blue. HEX triplet: 51, 8A and D9. RGB value is (81,138,217). Sum of RGB (Red+Green+Blue) = 81+138+217=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #518AD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AD9 is #AE7526. Grayscale: #818181. Windows color (decimal): -11433255 or 14256721. OLE color: 14256721.

HSL color Cylindrical-coordinate representation of color #518AD9: hue angle of 214.85º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518AD9 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 138 217 -
CMYK 0.63 0.36 0 0.15
HSL 214.85º 0.64% 0.58% -
HSV(B) 214.85º 0.63% 0.85% -
XYZ 25.01 24.94 69.14 -
YUV 129.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 81 138 217 0.63 0.36 0 0.15 214.85 0.64 0.58
Hex 51 8A D9 3F 24 0 F D7 40 3A
Octal 121 212 331 77 44 0 17 327 100 72
Binary 1010001 10001010 11011001 111111 100100 0 1111 11010111 1000000 111010

Color Harmonies of #518AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AD9

Black with #518AD9

Text Example


Text Example

White with #518AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518AD9; }

 p { color: rgb(81,138,217); }

 H1.HeaderClassName
 {
   color: #518AD9;
 }
 .AnyTagClassName
 {
   color: #518AD9;
 }
</style>

background-color css

<style>
 a { background-color: #518AD9; }

 a { background-color: rgb(81,138,217); }

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

border-color css

<style>
 span { border-color: #518AD9; }

 span { border-color: rgb(81,138,217); }

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