Html Css Color HEX #518CD8 Havelock Blue

📋 copy color: '#518CD8'

red 81 ◦ green 140 ◦ blue 216

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

Shades of Havelock Blue #518CD8

Tints of Havelock Blue #518CD8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 216 (84.77% from 255) = 49.43%

R = 18.54%
G = 32.04%
B = 49.43%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518CD8 (or 0x518CD8) is known color: Havelock Blue. HEX triplet: 51, 8C and D8. RGB value is (81,140,216). Sum of RGB (Red+Green+Blue) = 81+140+216=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 216 (84.77% from 255 or 49.43% from 437); Max value from RGB is 216 - color contains mainly: blue. Hex color #518CD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CD8 is #AE7327. Grayscale: #828282. Windows color (decimal): -11432744 or 14191697. OLE color: 14191697.

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

Color convert

RGB 81 140 216 -
CMYK 0.62 0.35 0 0.15
HSL 213.78º 0.63% 0.58% -
HSV(B) 213.78º 0.63% 0.85% -
XYZ 25.17 25.46 68.55 -
YUV 131.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 81 140 216 0.62 0.35 0 0.15 213.78 0.63 0.58
Hex 51 8C D8 3E 23 0 F D6 3F 3A
Octal 121 214 330 76 43 0 17 326 77 72
Binary 1010001 10001100 11011000 111110 100011 0 1111 11010110 111111 111010

Color Harmonies of #518CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CD8

Black with #518CD8

Text Example


Text Example

White with #518CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,216); }

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

background-color css

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

 a { background-color: rgb(81,140,216); }

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

border-color css

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

 span { border-color: rgb(81,140,216); }

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