Html Css Color HEX #518DCF Havelock Blue

📋 copy color: '#518DCF'

red 81 ◦ green 141 ◦ blue 207

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

Shades of Havelock Blue #518DCF

Tints of Havelock Blue #518DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 18.88%
G = 32.87%
B = 48.25%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518DCF (or 0x518DCF) is known color: Havelock Blue. HEX triplet: 51, 8D and CF. RGB value is (81,141,207). Sum of RGB (Red+Green+Blue) = 81+141+207=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #518DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DCF is #AE7230. Grayscale: #828282. Windows color (decimal): -11432497 or 13602129. OLE color: 13602129.

HSL color Cylindrical-coordinate representation of color #518DCF: hue angle of 211.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518DCF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 141 207 -
CMYK 0.61 0.32 0 0.19
HSL 211.43º 0.57% 0.56% -
HSV(B) 211.43º 0.61% 0.81% -
XYZ 24.18 25.3 62.64 -
YUV 130.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 81 141 207 0.61 0.32 0 0.19 211.43 0.57 0.56
Hex 51 8D CF 3D 20 0 13 D3 39 38
Octal 121 215 317 75 40 0 23 323 71 70
Binary 1010001 10001101 11001111 111101 100000 0 10011 11010011 111001 111000

Color Harmonies of #518DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DCF

Black with #518DCF

Text Example


Text Example

White with #518DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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