Html Css Color HEX #518CD1 Havelock Blue

📋 copy color: '#518CD1'

red 81 ◦ green 140 ◦ blue 209

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

Shades of Havelock Blue #518CD1

Tints of Havelock Blue #518CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.6%

R = 18.84%
G = 32.56%
B = 48.6%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#518CD1 (or 0x518CD1) is known color: Havelock Blue. HEX triplet: 51, 8C and D1. RGB value is (81,140,209). Sum of RGB (Red+Green+Blue) = 81+140+209=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #518CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CD1 is #AE732E. Grayscale: #818181. Windows color (decimal): -11432751 or 13732945. OLE color: 13732945.

HSL color Cylindrical-coordinate representation of color #518CD1: hue angle of 212.34º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518CD1 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 140 209 -
CMYK 0.61 0.33 0 0.18
HSL 212.34º 0.58% 0.57% -
HSV(B) 212.34º 0.61% 0.82% -
XYZ 24.28 25.11 63.89 -
YUV 130.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 81 140 209 0.61 0.33 0 0.18 212.34 0.58 0.57
Hex 51 8C D1 3D 21 0 12 D4 3A 39
Octal 121 214 321 75 41 0 22 324 72 71
Binary 1010001 10001100 11010001 111101 100001 0 10010 11010100 111010 111001

Color Harmonies of #518CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CD1

Black with #518CD1

Text Example


Text Example

White with #518CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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