Html Css Color HEX #518BCF Havelock Blue

📋 copy color: '#518BCF'

red 81 ◦ green 139 ◦ blue 207

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

Shades of Havelock Blue #518BCF

Tints of Havelock Blue #518BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 18.97%
G = 32.55%
B = 48.48%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518BCF (or 0x518BCF) is known color: Havelock Blue. HEX triplet: 51, 8B and CF. RGB value is (81,139,207). Sum of RGB (Red+Green+Blue) = 81+139+207=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #518BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BCF is #AE7430. Grayscale: #818181. Windows color (decimal): -11433009 or 13601617. OLE color: 13601617.

HSL color Cylindrical-coordinate representation of color #518BCF: hue angle of 212.38º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518BCF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 139 207 -
CMYK 0.61 0.33 0 0.19
HSL 212.38º 0.57% 0.56% -
HSV(B) 212.38º 0.61% 0.81% -
XYZ 23.89 24.72 62.54 -
YUV 129.41 171.78 93.47 -
System Red Green Blue C M Y K H S L
Decimal 81 139 207 0.61 0.33 0 0.19 212.38 0.57 0.56
Hex 51 8B CF 3D 21 0 13 D4 39 38
Octal 121 213 317 75 41 0 23 324 71 70
Binary 1010001 10001011 11001111 111101 100001 0 10011 11010100 111001 111000

Color Harmonies of #518BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BCF

Black with #518BCF

Text Example


Text Example

White with #518BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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