Html Css Color HEX #518BDA Havelock Blue

📋 copy color: '#518BDA'

red 81 ◦ green 139 ◦ blue 218

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

Shades of Havelock Blue #518BDA

Tints of Havelock Blue #518BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

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

R = 18.49%
G = 31.74%
B = 49.77%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#518BDA (or 0x518BDA) is known color: Havelock Blue. HEX triplet: 51, 8B and DA. RGB value is (81,139,218). Sum of RGB (Red+Green+Blue) = 81+139+218=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #518BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BDA is #AE7425. Grayscale: #828282. Windows color (decimal): -11432998 or 14322513. OLE color: 14322513.

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

Color convert

RGB 81 139 218 -
CMYK 0.63 0.36 0 0.15
HSL 214.6º 0.65% 0.59% -
HSV(B) 214.6º 0.63% 0.85% -
XYZ 25.28 25.28 69.88 -
YUV 130.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 81 139 218 0.63 0.36 0 0.15 214.6 0.65 0.59
Hex 51 8B DA 3F 24 0 F D7 41 3B
Octal 121 213 332 77 44 0 17 327 101 73
Binary 1010001 10001011 11011010 111111 100100 0 1111 11010111 1000001 111011

Color Harmonies of #518BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BDA

Black with #518BDA

Text Example


Text Example

White with #518BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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