Html Css Color HEX #518DCD Havelock Blue

📋 copy color: '#518DCD'

red 81 ◦ green 141 ◦ blue 205

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

Shades of Havelock Blue #518DCD

Tints of Havelock Blue #518DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.02%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 18.97%
G = 33.02%
B = 48.01%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#518DCD (or 0x518DCD) is known color: Havelock Blue. HEX triplet: 51, 8D and CD. RGB value is (81,141,205). Sum of RGB (Red+Green+Blue) = 81+141+205=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #518DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCD is #AE7232. Grayscale: #828282. Windows color (decimal): -11432499 or 13471057. OLE color: 13471057.

HSL color Cylindrical-coordinate representation of color #518DCD: hue angle of 210.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518DCD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 141 205 -
CMYK 0.60 0.31 0 0.20
HSL 210.97º 0.55% 0.56% -
HSV(B) 210.97º 0.6% 0.8% -
XYZ 23.94 25.21 61.36 -
YUV 130.36 170.12 92.8 -
System Red Green Blue C M Y K H S L
Decimal 81 141 205 0.60 0.31 0 0.20 210.97 0.55 0.56
Hex 51 8D CD 3C 1F 0 14 D3 37 38
Octal 121 215 315 74 37 0 24 323 67 70
Binary 1010001 10001101 11001101 111100 11111 0 10100 11010011 110111 111000

Color Harmonies of #518DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DCD

Black with #518DCD

Text Example


Text Example

White with #518DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,141,205); }

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

background-color css

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

 a { background-color: rgb(81,141,205); }

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

border-color css

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

 span { border-color: rgb(81,141,205); }

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