Html Css Color HEX #518ADB Havelock Blue

📋 copy color: '#518ADB'

red 81 ◦ green 138 ◦ blue 219

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

Shades of Havelock Blue #518ADB

Tints of Havelock Blue #518ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 18.49%
G = 31.51%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#518ADB (or 0x518ADB) is known color: Havelock Blue. HEX triplet: 51, 8A and DB. RGB value is (81,138,219). Sum of RGB (Red+Green+Blue) = 81+138+219=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #518ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADB is #AE7524. Grayscale: #818181. Windows color (decimal): -11433253 or 14387793. OLE color: 14387793.

HSL color Cylindrical-coordinate representation of color #518ADB: hue angle of 215.22º 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 #518ADB is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 138 219 -
CMYK 0.63 0.37 0 0.14
HSL 215.22º 0.66% 0.59% -
HSV(B) 215.22º 0.63% 0.86% -
XYZ 25.27 25.04 70.52 -
YUV 130.19 178.12 92.91 -
System Red Green Blue C M Y K H S L
Decimal 81 138 219 0.63 0.37 0 0.14 215.22 0.66 0.59
Hex 51 8A DB 3F 25 0 E D7 42 3B
Octal 121 212 333 77 45 0 16 327 102 73
Binary 1010001 10001010 11011011 111111 100101 0 1110 11010111 1000010 111011

Color Harmonies of #518ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ADB

Black with #518ADB

Text Example


Text Example

White with #518ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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