Html Css Color HEX #518ADA Havelock Blue

📋 copy color: '#518ADA'

red 81 ◦ green 138 ◦ blue 218

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

Shades of Havelock Blue #518ADA

Tints of Havelock Blue #518ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 18.54%
G = 31.58%
B = 49.89%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518ADA (or 0x518ADA) is known color: Havelock Blue. HEX triplet: 51, 8A and DA. RGB value is (81,138,218). Sum of RGB (Red+Green+Blue) = 81+138+218=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #518ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADA is #AE7525. Grayscale: #818181. Windows color (decimal): -11433254 or 14322257. OLE color: 14322257.

HSL color Cylindrical-coordinate representation of color #518ADA: hue angle of 215.04º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #518ADA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 138 218 -
CMYK 0.63 0.37 0 0.15
HSL 215.04º 0.65% 0.59% -
HSV(B) 215.04º 0.63% 0.85% -
XYZ 25.14 24.99 69.83 -
YUV 130.08 177.62 93 -
System Red Green Blue C M Y K H S L
Decimal 81 138 218 0.63 0.37 0 0.15 215.04 0.65 0.59
Hex 51 8A DA 3F 25 0 F D7 41 3B
Octal 121 212 332 77 45 0 17 327 101 73
Binary 1010001 10001010 11011010 111111 100101 0 1111 11010111 1000001 111011

Color Harmonies of #518ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ADA

Black with #518ADA

Text Example


Text Example

White with #518ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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