Html Css Color HEX #518ED3 Havelock Blue

📋 copy color: '#518ED3'

red 81 ◦ green 142 ◦ blue 211

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

Shades of Havelock Blue #518ED3

Tints of Havelock Blue #518ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.62%

R = 18.66%
G = 32.72%
B = 48.62%

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

#518ED3 (or 0x518ED3) is known color: Havelock Blue. HEX triplet: 51, 8E and D3. RGB value is (81,142,211). Sum of RGB (Red+Green+Blue) = 81+142+211=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #518ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ED3 is #AE712C. Grayscale: #838383. Windows color (decimal): -11432237 or 13864529. OLE color: 13864529.

HSL color Cylindrical-coordinate representation of color #518ED3: hue angle of 211.85º 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 #518ED3 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 81 142 211 -
CMYK 0.62 0.33 0 0.17
HSL 211.85º 0.6% 0.57% -
HSV(B) 211.85º 0.62% 0.83% -
XYZ 24.82 25.8 65.3 -
YUV 131.63 172.79 91.89 -
System Red Green Blue C M Y K H S L
Decimal 81 142 211 0.62 0.33 0 0.17 211.85 0.6 0.57
Hex 51 8E D3 3E 21 0 11 D4 3C 39
Octal 121 216 323 76 41 0 21 324 74 71
Binary 1010001 10001110 11010011 111110 100001 0 10001 11010100 111100 111001

Color Harmonies of #518ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ED3

Black with #518ED3

Text Example


Text Example

White with #518ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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