Html Css Color HEX #518CCF Havelock Blue

📋 copy color: '#518CCF'

red 81 ◦ green 140 ◦ blue 207

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

Shades of Havelock Blue #518CCF

Tints of Havelock Blue #518CCF

RGB

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

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

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

R = 18.93%
G = 32.71%
B = 48.36%

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

#518CCF (or 0x518CCF) is known color: Havelock Blue. HEX triplet: 51, 8C and CF. RGB value is (81,140,207). Sum of RGB (Red+Green+Blue) = 81+140+207=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #518CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CCF is #AE7330. Grayscale: #818181. Windows color (decimal): -11432753 or 13601873. OLE color: 13601873.

HSL color Cylindrical-coordinate representation of color #518CCF: hue angle of 211.9º 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 #518CCF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 140 207 -
CMYK 0.61 0.32 0 0.19
HSL 211.9º 0.57% 0.56% -
HSV(B) 211.9º 0.61% 0.81% -
XYZ 24.03 25.01 62.59 -
YUV 130 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 81 140 207 0.61 0.32 0 0.19 211.9 0.57 0.56
Hex 51 8C CF 3D 20 0 13 D4 39 38
Octal 121 214 317 75 40 0 23 324 71 70
Binary 1010001 10001100 11001111 111101 100000 0 10011 11010100 111001 111000

Color Harmonies of #518CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CCF

Black with #518CCF

Text Example


Text Example

White with #518CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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