Html Css Color HEX #518ED4 Havelock Blue

📋 copy color: '#518ED4'

red 81 ◦ green 142 ◦ blue 212

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

Shades of Havelock Blue #518ED4

Tints of Havelock Blue #518ED4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

 BLUE value IS 212 (83.2% from 255) = 48.74%

R = 18.62%
G = 32.64%
B = 48.74%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#518ED4 (or 0x518ED4) is known color: Havelock Blue. HEX triplet: 51, 8E and D4. RGB value is (81,142,212). Sum of RGB (Red+Green+Blue) = 81+142+212=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #518ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED4 is #AE712B. Grayscale: #838383. Windows color (decimal): -11432236 or 13930065. OLE color: 13930065.

HSL color Cylindrical-coordinate representation of color #518ED4: hue angle of 212.06º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #518ED4 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 142 212 -
CMYK 0.62 0.33 0 0.17
HSL 212.06º 0.6% 0.57% -
HSV(B) 212.06º 0.62% 0.83% -
XYZ 24.95 25.85 65.96 -
YUV 131.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 81 142 212 0.62 0.33 0 0.17 212.06 0.6 0.57
Hex 51 8E D4 3E 21 0 11 D4 3C 39
Octal 121 216 324 76 41 0 21 324 74 71
Binary 1010001 10001110 11010100 111110 100001 0 10001 11010100 111100 111001

Color Harmonies of #518ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ED4

Black with #518ED4

Text Example


Text Example

White with #518ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,142,212); }

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

background-color css

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

 a { background-color: rgb(81,142,212); }

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

border-color css

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

 span { border-color: rgb(81,142,212); }

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