Html Css Color HEX #518ECF Danube

📋 copy color: '#518ECF'

red 81 ◦ green 142 ◦ blue 207

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

Shades of Danube #518ECF

Tints of Danube #518ECF

RGB

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

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

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

R = 18.84%
G = 33.02%
B = 48.14%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#518ECF (or 0x518ECF) is known color: Danube. HEX triplet: 51, 8E and CF. RGB value is (81,142,207). Sum of RGB (Red+Green+Blue) = 81+142+207=430 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.84% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #518ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ECF is #AE7130. Grayscale: #828282. Windows color (decimal): -11432241 or 13602385. OLE color: 13602385.

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

Color convert

RGB 81 142 207 -
CMYK 0.61 0.31 0 0.19
HSL 210.95º 0.57% 0.56% -
HSV(B) 210.95º 0.61% 0.81% -
XYZ 24.33 25.6 62.69 -
YUV 131.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 81 142 207 0.61 0.31 0 0.19 210.95 0.57 0.56
Hex 51 8E CF 3D 1F 0 13 D3 39 38
Octal 121 216 317 75 37 0 23 323 71 70
Binary 1010001 10001110 11001111 111101 11111 0 10011 11010011 111001 111000

Color Harmonies of #518ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ECF

Black with #518ECF

Text Example


Text Example

White with #518ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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