Html Css Color HEX #518CDB Havelock Blue

📋 copy color: '#518CDB'

red 81 ◦ green 140 ◦ blue 219

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

Shades of Havelock Blue #518CDB

Tints of Havelock Blue #518CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 18.41%
G = 31.82%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#518CDB (or 0x518CDB) is known color: Havelock Blue. HEX triplet: 51, 8C and DB. RGB value is (81,140,219). Sum of RGB (Red+Green+Blue) = 81+140+219=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #518CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CDB is #AE7324. Grayscale: #828282. Windows color (decimal): -11432741 or 14388305. OLE color: 14388305.

HSL color Cylindrical-coordinate representation of color #518CDB: hue angle of 214.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518CDB is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 140 219 -
CMYK 0.63 0.36 0 0.14
HSL 214.35º 0.66% 0.59% -
HSV(B) 214.35º 0.63% 0.86% -
XYZ 25.56 25.62 70.62 -
YUV 131.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 81 140 219 0.63 0.36 0 0.14 214.35 0.66 0.59
Hex 51 8C DB 3F 24 0 E D6 42 3B
Octal 121 214 333 77 44 0 16 326 102 73
Binary 1010001 10001100 11011011 111111 100100 0 1110 11010110 1000010 111011

Color Harmonies of #518CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CDB

Black with #518CDB

Text Example


Text Example

White with #518CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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