Html Css Color HEX #518ACF Havelock Blue

📋 copy color: '#518ACF'

red 81 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #518ACF

Tints of Havelock Blue #518ACF

RGB

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

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

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

R = 19.01%
G = 32.39%
B = 48.59%

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

#518ACF (or 0x518ACF) is known color: Havelock Blue. HEX triplet: 51, 8A and CF. RGB value is (81,138,207). Sum of RGB (Red+Green+Blue) = 81+138+207=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #518ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ACF is #AE7530. Grayscale: #808080. Windows color (decimal): -11433265 or 13601361. OLE color: 13601361.

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

Color convert

RGB 81 138 207 -
CMYK 0.61 0.33 0 0.19
HSL 212.86º 0.57% 0.56% -
HSV(B) 212.86º 0.61% 0.81% -
XYZ 23.74 24.43 62.5 -
YUV 128.82 172.12 93.89 -
System Red Green Blue C M Y K H S L
Decimal 81 138 207 0.61 0.33 0 0.19 212.86 0.57 0.56
Hex 51 8A CF 3D 21 0 13 D5 39 38
Octal 121 212 317 75 41 0 23 325 71 70
Binary 1010001 10001010 11001111 111101 100001 0 10011 11010101 111001 111000

Color Harmonies of #518ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ACF

Black with #518ACF

Text Example


Text Example

White with #518ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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